diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-25 22:29:45 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 17:09:12 +0100 |
| commit | 62455fd662f08b1f81cbb08ccb2c199cde0b9e97 (patch) | |
| tree | 8120d2e4769d0e6ff4ad81cb7952f9e694cee330 /lib/gui | |
| parent | 30f902c06a7bd3c726aeb08a5424d6a59871615f (diff) | |
| download | enigma2-62455fd662f08b1f81cbb08ccb2c199cde0b9e97.tar.gz enigma2-62455fd662f08b1f81cbb08ccb2c199cde0b9e97.zip | |
clean up build #2
* use swig macros from autoconf archive
* generate and use enigma2_config.h (include from command-line)
* check for dbox/fp.h and dbox/lcd-ks0713.h
* clean up checks for libdreamdvd and lib*gif
* fix some dependencies for generated files and header files
Diffstat (limited to 'lib/gui')
| -rw-r--r-- | lib/gui/Makefile.am | 45 |
1 files changed, 40 insertions, 5 deletions
diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index 290eaab9..39c05d9a 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -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 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 + 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 |
