some python import cleanups
[enigma2.git] / lib / base / Makefile.am
1 INCLUDES = \
2         -I$(top_srcdir)/include
3
4 noinst_LIBRARIES = libenigma_base.a
5
6 libenigma_base_a_SOURCES = \
7         buffer.cpp ebase.cpp eerror.cpp elock.cpp \
8         init.cpp message.cpp thread.cpp \
9         smartptr.cpp estring.cpp connection.cpp \
10         filepush.cpp encoding.cpp console.cpp rawfile.cpp \
11         nconfig.cpp ioprio.cpp
12