build and link static libraries without libtool
[enigma2.git] / lib / gui / Makefile.am
index 24f70676ec9c90bb5f25daef7707332e05c5cc76..30b00bfbe93094e3a968051e8ac6f41e4d7fbef1 100644 (file)
@@ -1,13 +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
 
 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 \
+       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