X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=ca9483d3472f9632e8f2e8462f5930af499cdfe4;hp=230a37ae10ef9c11a302903bcf8f3c97763c1f96;hb=4a5f4afeff93bb2c577c135835853ebaf2c7868b;hpb=db7f9eb0a8f0d7af9d34d74986b910fe689f711f diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 230a37a..ca9483d 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -4,49 +4,57 @@ 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 \ - eenv.h \ 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 \ + httpstream.cpp \ + socketbase.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 - -EXTRA_DIST = \ - eenv.cpp.in + thread.h \ + httpstream.h \ + socketbase.h