build and link static libraries without libtool
[enigma2.git] / lib / gui / Makefile.am
index 290eaab93784c0dad0ec8c66e0fe8af505382e5c..30b00bfbe93094e3a968051e8ac6f41e4d7fbef1 100644 (file)
@@ -1,12 +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_gui.la
+noinst_LIBRARIES = libenigma_gui.a
 
-libenigma_gui_la_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 einputstring.cpp einputnumber.cpp \
-       ewidgetanimation.cpp epositiongauge.cpp evideo.cpp esubtitle.cpp ecanvas.cpp
+libenigma_gui_a_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