X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/62455fd662f08b1f81cbb08ccb2c199cde0b9e97..057f9b4f5534a302c6e66431894724ae213985b1:/lib/components/Makefile.am diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index cef5890e..364c6945 100644 --- a/lib/components/Makefile.am +++ b/lib/components/Makefile.am @@ -4,10 +4,13 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_components.la +noinst_LIBRARIES = libenigma_components.a -libenigma_components_la_SOURCES = \ +libenigma_components_a_SOURCES = \ file_eraser.cpp \ + scan.cpp + +componentsincludedir = $(pkgincludedir)/lib/components +componentsinclude_HEADERS = \ file_eraser.h \ - scan.cpp \ scan.h