X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/62455fd662f08b1f81cbb08ccb2c199cde0b9e97..c563ffd07163d5982fa4a3d8e9c2486f480b899a:/lib/base/Makefile.am diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 498244fb..d76dfc9e 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