git.cweiske.de
/
enigma2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
PluginComponent.py: remove filesystem writeability test
[enigma2.git]
/
lib
/
gui
/
Makefile.am
diff --git
a/lib/gui/Makefile.am
b/lib/gui/Makefile.am
index 24f70676ec9c90bb5f25daef7707332e05c5cc76..9d31bf736bfeccd08dd399cd8e61d82d997b7c91 100644
(file)
--- a/
lib/gui/Makefile.am
+++ b/
lib/gui/Makefile.am
@@
-1,13
+1,50
@@
-INCLUDES = \
+AM_CPPFLAGS = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/include \
-I$(top_srcdir)/include \
- -I$(top_srcdir)/src
+ -include Python.h \
+ -include $(top_builddir)/enigma2_config.h
noinst_LIBRARIES = libenigma_gui.a
libenigma_gui_a_SOURCES = \
noinst_LIBRARIES = libenigma_gui.a
libenigma_gui_a_SOURCES = \
- ebutton.cpp elabel.cpp eslider.cpp ewidget.cpp ewidgetdesktop.cpp \
- ewindow.cpp ewindowstyle.cpp elistbox.cpp elistboxcontent.cpp \
- epixmap.cpp ewindowstyleskinned.cpp einput.cpp
-
-
+ ebutton.cpp \
+ ecanvas.cpp \
+ einput.cpp \
+ einputnumber.cpp \
+ einputstring.cpp \
+ elabel.cpp \
+ elistbox.cpp \
+ elistboxcontent.cpp \
+ epixmap.cpp \
+ epositiongauge.cpp \
+ eslider.cpp \
+ esubtitle.cpp \
+ evideo.cpp \
+ ewidget.cpp \
+ ewidgetanimation.cpp \
+ ewidgetdesktop.cpp \
+ ewindow.cpp \
+ ewindowstyle.cpp \
+ ewindowstyleskinned.cpp
+guiincludedir = $(pkgincludedir)/lib/gui
+guiinclude_HEADERS = \
+ ebutton.h \
+ ecanvas.h \
+ einput.h \
+ einputnumber.h \
+ einputstring.h \
+ elabel.h \
+ elistbox.h \
+ elistboxcontent.h \
+ epixmap.h \
+ epositiongauge.h \
+ eslider.h \
+ esubtitle.h \
+ evideo.h \
+ ewidget.h \
+ ewidgetanimation.h \
+ ewidgetdesktop.h \
+ ewindow.h \
+ ewindowstyle.h \
+ ewindowstyleskinned.h