clean up build
[vuplus_dvbapp] / lib / base / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -I$(top_srcdir)/include \
4         -include Python.h
5
6 noinst_LTLIBRARIES = libenigma_base.la
7
8 libenigma_base_la_SOURCES = \
9         buffer.cpp ebase.cpp eerror.cpp elock.cpp \
10         init.cpp message.cpp thread.cpp \
11         smartptr.cpp estring.cpp connection.cpp \
12         filepush.cpp encoding.cpp console.cpp rawfile.cpp \
13         nconfig.cpp ioprio.cpp etpm.cpp
14