X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fcomponents%2FMakefile.am;h=364c6945c989eb94b73438856c12cde924d08387;hb=fd724305cdf02c0e92158798654086dff5499282;hp=e6d21d7a0db810804110a918fe93c7b41d00ab67;hpb=7ff071c7f0df631ca273d7f29472f8b5568818f9;p=vuplus_dvbapp diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index e6d21d7..364c694 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -1,6 +1,16 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include + -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 file_eraser.cpp +libenigma_components_a_SOURCES = \ + file_eraser.cpp \ + scan.cpp + +componentsincludedir = $(pkgincludedir)/lib/components +componentsinclude_HEADERS = \ + file_eraser.h \ + scan.h