X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2FMakefile.am;h=9d31bf736bfeccd08dd399cd8e61d82d997b7c91;hb=b3c4891fe653d87333ada5cb14c0bf102ac7b27a;hp=b4137a526f5fd942b4270cf8c3b783b646546d18;hpb=b6e0a6a2c9877ca1c79595a8860e9bb49884a7e4;p=vuplus_dvbapp diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am index b4137a5..9d31bf7 100644 --- a/lib/gui/Makefile.am +++ b/lib/gui/Makefile.am @@ -1,7 +1,50 @@ -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 = +libenigma_gui_a_SOURCES = \ + ebutton.cpp \ + ecanvas.cpp \ + einput.cpp \ + einputnumber.cpp \ + einputstring.cpp \ + elabel.cpp \ + elistbox.cpp \ + elistboxcontent.cpp \ + epixmap.cpp \ + epositiongauge.cpp \ + eslider.cpp \ + esubtitle.cpp \ + evideo.cpp \ + ewidget.cpp \ + ewidgetanimation.cpp \ + ewidgetdesktop.cpp \ + ewindow.cpp \ + 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.h