diff options
author | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-31 17:28:07 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-07-31 17:28:17 -0400 |
commit | d04e05e1ac1eda812b4f647d4472f684a8ee1f56 (patch) | |
tree | 47e1ca7f5ee38dbefe8c4508a4fbc82e1ed7eacd /Makefile.in | |
parent | 6e2ddbd3e07435bfb40c76ce94ef58523a289dec (diff) |
build: fix cmyth build after 2d79579ad.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 9ffae7e047..6be215fade 100755 --- a/Makefile.in +++ b/Makefile.in @@ -149,6 +149,7 @@ LIB_DIRS=\ ifeq (@USE_MYSQL@,1) LIB_DIRS += lib/cmyth +CMYTH=cmyth endif SS_DIRS= @@ -321,10 +322,7 @@ imagelib: dllloader codecs: papcodecs dvdpcodecs -libs: libhdhomerun libid3tag imagelib libexif system/libcpluff-@ARCH@.so -ifeq (@USE_MYSQL@,1) -libs += cmyth -endif +libs: libhdhomerun libid3tag imagelib libexif system/libcpluff-@ARCH@.so $(CMYTH) externals: codecs libs visualizations screensavers |