diff options
Diffstat (limited to 'lib/service/Makefile.am')
| -rw-r--r-- | lib/service/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/service/Makefile.am b/lib/service/Makefile.am index 52d7af2a..c4dabebc 100644 --- a/lib/service/Makefile.am +++ b/lib/service/Makefile.am @@ -1,9 +1,11 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h -noinst_LIBRARIES = libenigma_service.a +noinst_LTLIBRARIES = libenigma_service.la -libenigma_service_a_SOURCES = \ +libenigma_service_la_SOURCES = \ listboxservice.cpp service.cpp servicemp3.cpp servicedvb.cpp servicefs.cpp \ event.cpp servicedvbrecord.cpp |
