aboutsummaryrefslogtreecommitdiff
path: root/lib/gui
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-29 02:08:32 +0200
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 17:15:38 +0100
commit84d23f2ac49ec7ffb7315859c801d6393090b630 (patch)
treec7f94227de0962a539b3ceb088dd7c02bdaaff71 /lib/gui
parent96b320d3d1b921cad7a94027b449dacd49470117 (diff)
downloadenigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.tar.gz
enigma2-84d23f2ac49ec7ffb7315859c801d6393090b630.zip
install header files
Diffstat (limited to 'lib/gui')
-rw-r--r--lib/gui/Makefile.am39
1 files changed, 21 insertions, 18 deletions
diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am
index 30b00bfb..9d31bf73 100644
--- a/lib/gui/Makefile.am
+++ b/lib/gui/Makefile.am
@@ -8,40 +8,43 @@ noinst_LIBRARIES = libenigma_gui.a
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