X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/84d23f2ac49ec7ffb7315859c801d6393090b630..59e42503e34758a946ebee1a1405fecb8fe7236d:/lib/driver/Makefile.am diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 88d9bec5..b498a6c8 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -4,6 +4,9 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h +AM_CXXFLAGS = \ + $(LIBSDL_CFLAGS) + noinst_LIBRARIES = libenigma_driver.a libenigma_driver_a_SOURCES = \ @@ -27,3 +30,9 @@ driverinclude_HEADERS = \ rcdreambox2.h \ rcinput.h \ rfmod.h + +if HAVE_LIBSDL +libenigma_driver_a_SOURCES += \ + rcsdl.cpp \ + rcsdl.h +endif