X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fcomponents%2FMakefile.am;h=cef5890e5d3271d5753fd0dc984173fff7737cc3;hb=ded9f8508f8d0723d84cc9f4bc7d234b69b829e0;hp=e377ab853b88a9400eda5afa882f003231ce67f6;hpb=29f60fdaf6f0ff1dd112c9e0e913ec734b304bf1;p=vuplus_dvbapp diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index e377ab8..cef5890 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -1,6 +1,13 @@ -INCLUDES = \ - -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h \ + -include $(top_builddir)/enigma2_config.h -noinst_LIBRARIES = libenigma_components.a +noinst_LTLIBRARIES = libenigma_components.la -libenigma_components_a_SOURCES = scan.cpp file_eraser.cpp +libenigma_components_la_SOURCES = \ + file_eraser.cpp \ + file_eraser.h \ + scan.cpp \ + scan.h