build and link static libraries without libtool
[enigma2.git] / lib / components / Makefile.am
index d40a1667e63f9b932465124e30635213404d16d1..e873e5257ff2d0065a63e3e9874f3a7d1fff9ae2 100644 (file)
@@ -1,7 +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
 
-libenigma_components_a_SOURCES = scan.cpp
-       
\ No newline at end of file
+libenigma_components_a_SOURCES = \
+       file_eraser.cpp \
+       file_eraser.h \
+       scan.cpp \
+       scan.h