X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=d76dfc9e0c022c148c59faf7229006ae012cf133;hb=ac065de0aa482d630e41ba80ccdc5ef617e7e378;hp=498244fb8fdf0e2328323944aa1570b95bffcb37;hpb=62455fd662f08b1f81cbb08ccb2c199cde0b9e97;p=vuplus_dvbapp diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 498244f..d76dfc9 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -4,44 +4,53 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_base.la +noinst_LIBRARIES = libenigma_base.a -libenigma_base_la_SOURCES = \ +libenigma_base_a_SOURCES = \ buffer.cpp \ - buffer.h \ connection.cpp \ console.cpp \ - console.h \ ebase.cpp \ - ebase.h \ + eenv.cpp \ eerror.cpp \ - eerror.h \ elock.cpp \ - elock.h \ encoding.cpp \ + estring.cpp \ + etpm.cpp \ + filepush.cpp \ + init.cpp \ + ioprio.cpp \ + message.cpp \ + nconfig.cpp \ + rawfile.cpp \ + smartptr.cpp \ + thread.cpp + +EXTRA_DIST = \ + eenv.cpp.in + +baseincludedir = $(pkgincludedir)/lib/base +baseinclude_HEADERS = \ + buffer.h \ + console.h \ + ebase.h \ + eenv.h \ + eerror.h \ + elock.h \ encoding.h \ eptrlist.h \ - estring.cpp \ estring.h \ - etpm.cpp \ etpm.h \ - filepush.cpp \ filepush.h \ i18n.h \ - init.cpp \ + itssource.h \ init.h \ init_num.h \ - ioprio.cpp \ ioprio.h \ - message.cpp \ message.h \ - nconfig.cpp \ nconfig.h \ object.h \ - rawfile.cpp \ rawfile.h \ ringbuffer.h \ - smartptr.cpp \ smartptr.h \ - thread.cpp \ thread.h