X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fcomponents%2FMakefile.am;h=364c6945c989eb94b73438856c12cde924d08387;hp=c25791a744f7df9a7296baa23ef8ab42e7e55a7d;hb=30da484f79db1d8210a3dcb31b359484873dc240;hpb=ee588fe50c77686a72f8c8e1a3eeabe263de5543 diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index c25791a..364c694 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -1,7 +1,16 @@ -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 listboxepg.cpp - \ No newline at end of file +libenigma_components_a_SOURCES = \ + file_eraser.cpp \ + scan.cpp + +componentsincludedir = $(pkgincludedir)/lib/components +componentsinclude_HEADERS = \ + file_eraser.h \ + scan.h