X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fcomponents%2FMakefile.am;h=364c6945c989eb94b73438856c12cde924d08387;hp=cef5890e5d3271d5753fd0dc984173fff7737cc3;hb=a600a785717d30f1f9729592e6e8d9d5b3b9bb38;hpb=62455fd662f08b1f81cbb08ccb2c199cde0b9e97 diff --git a/lib/components/Makefile.am b/lib/components/Makefile.am index cef5890..364c694 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