diff options
author | montellese <montellese@xbmc.org> | 2013-06-06 00:09:27 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-07-01 22:33:05 +0200 |
commit | adba3b0a7cc37d81243e9762744f734f94c251a8 (patch) | |
tree | 217509ec6c1f8a026fccc170a29cfd1e1729d18c /Makefile.in | |
parent | a45e6c540b58a27b77c28e31b654e1426271028c (diff) |
interfaces: add ILanguageInvoker and ScriptInvocationManager
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 017af79c53..5dd2057715 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48,6 +48,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/filesystem/filesystem.a \ xbmc/guilib/guilib.a \ xbmc/input/input.a \ + xbmc/interfaces/generic/interfaces-generic.a \ xbmc/interfaces/info/info.a \ xbmc/interfaces/interfaces.a \ xbmc/interfaces/json-rpc/json-rpc.a \ |