X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/62455fd662f08b1f81cbb08ccb2c199cde0b9e97..HEAD:/lib/gui/Makefile.am diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index 39c05d9a..9d31bf73 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -4,44 +4,47 @@ AM_CPPFLAGS = \ -include Python.h \ -include $(top_builddir)/enigma2_config.h -noinst_LTLIBRARIES = libenigma_gui.la +noinst_LIBRARIES = libenigma_gui.a -libenigma_gui_la_SOURCES = \ +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 \ + 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.cpp \ ewindowstyleskinned.h