X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/7ff071c7f0df631ca273d7f29472f8b5568818f9..ed2e2fedc646e73d5f4348458901bb46b717a497:/lib/components/Makefile.am diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index e6d21d7a..364c6945 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