clean up build #2
[enigma2.git] / lib / gui / Makefile.am
index b4137a526f5fd942b4270cf8c3b783b646546d18..39c05d9a163794681620c525508b863cc79494bc 100644 (file)
@@ -1,7 +1,47 @@
-INCLUDES = \
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
        -I$(top_srcdir)/include \
-       -I$(top_srcdir)/src
+       -include Python.h \
+       -include $(top_builddir)/enigma2_config.h
 
-noinst_LIBRARIES = libenigma_gui.a
+noinst_LTLIBRARIES = libenigma_gui.la
 
-libenigma_gui_a_SOURCES =
+libenigma_gui_la_SOURCES = \
+       ebutton.cpp \
+       ebutton.h \
+       ecanvas.cpp \
+       ecanvas.h \
+       einput.cpp \
+       einput.h \
+       einputnumber.cpp \
+       einputnumber.h \
+       einputstring.cpp \
+       einputstring.h \
+       elabel.cpp \
+       elabel.h \
+       elistbox.cpp \
+       elistbox.h \
+       elistboxcontent.cpp \
+       elistboxcontent.h \
+       epixmap.cpp \
+       epixmap.h \
+       epositiongauge.cpp \
+       epositiongauge.h \
+       eslider.cpp \
+       eslider.h \
+       esubtitle.cpp \
+       esubtitle.h \
+       evideo.cpp \
+       evideo.h \
+       ewidget.cpp \
+       ewidget.h \
+       ewidgetanimation.cpp \
+       ewidgetanimation.h \
+       ewidgetdesktop.cpp \
+       ewidgetdesktop.h \
+       ewindow.cpp \
+       ewindow.h \
+       ewindowstyle.cpp \
+       ewindowstyle.h \
+       ewindowstyleskinned.cpp \
+       ewindowstyleskinned.h