X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fbase%2FMakefile.am;h=5fd3eaf2d0632fbd51ab4efc9984fdfa76b8966f;hb=97b86324d322309843cc5d9d93b039d706c5ae58;hp=0508563240a7b265712109ab5eb882089dced5fc;hpb=77dc369c56e6995d1aeda3c7b686ed675534ec90;p=vuplus_dvbapp diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am index 0508563..5fd3eaf 100644 --- a/lib/base/Makefile.am +++ b/lib/base/Makefile.am @@ -1,9 +1,11 @@ -INCLUDES = \ - -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/include \ + -include Python.h -noinst_LIBRARIES = libenigma_base.a +noinst_LTLIBRARIES = libenigma_base.la -libenigma_base_a_SOURCES = \ +libenigma_base_la_SOURCES = \ buffer.cpp ebase.cpp eerror.cpp elock.cpp \ init.cpp message.cpp thread.cpp \ smartptr.cpp estring.cpp connection.cpp \