aboutsummaryrefslogtreecommitdiff
path: root/lib/base/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base/Makefile.am')
-rw-r--r--lib/base/Makefile.am47
1 files changed, 40 insertions, 7 deletions
diff --git a/lib/base/Makefile.am b/lib/base/Makefile.am
index 5fd3eaf2..498244fb 100644
--- a/lib/base/Makefile.am
+++ b/lib/base/Makefile.am
@@ -1,14 +1,47 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/include \
- -include Python.h
+ -include Python.h \
+ -include $(top_builddir)/enigma2_config.h
noinst_LTLIBRARIES = libenigma_base.la
libenigma_base_la_SOURCES = \
- buffer.cpp ebase.cpp eerror.cpp elock.cpp \
- init.cpp message.cpp thread.cpp \
- smartptr.cpp estring.cpp connection.cpp \
- filepush.cpp encoding.cpp console.cpp rawfile.cpp \
- nconfig.cpp ioprio.cpp etpm.cpp
-
+ buffer.cpp \
+ buffer.h \
+ connection.cpp \
+ console.cpp \
+ console.h \
+ ebase.cpp \
+ ebase.h \
+ eerror.cpp \
+ eerror.h \
+ elock.cpp \
+ elock.h \
+ encoding.cpp \
+ encoding.h \
+ eptrlist.h \
+ estring.cpp \
+ estring.h \
+ etpm.cpp \
+ etpm.h \
+ filepush.cpp \
+ filepush.h \
+ i18n.h \
+ init.cpp \
+ 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