aboutsummaryrefslogtreecommitdiff
path: root/lib/gui/Makefile.am
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-03-31 19:55:46 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-03-31 19:55:46 +0000
commit77c45c9d2cabd3c1dc028c41d26573ac62147a34 (patch)
treed2264677d28a4220458f3269b2fadacdad3a9905 /lib/gui/Makefile.am
parent29a034f2d2cc8e6b63632d6d959388b719f7c9fd (diff)
downloadenigma2-77c45c9d2cabd3c1dc028c41d26573ac62147a34.tar.gz
enigma2-77c45c9d2cabd3c1dc028c41d26573ac62147a34.zip
- fixed blit in gRC
- enable use of loadPNG trough python (something is still broken, sorry) - add ePixmap - dummy widgets now possible as pixmaps
Diffstat (limited to 'lib/gui/Makefile.am')
-rw-r--r--lib/gui/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gui/Makefile.am b/lib/gui/Makefile.am
index 375a9469..076ee36a 100644
--- a/lib/gui/Makefile.am
+++ b/lib/gui/Makefile.am
@@ -6,6 +6,7 @@ noinst_LIBRARIES = libenigma_gui.a
libenigma_gui_a_SOURCES = \
ebutton.cpp elabel.cpp eslider.cpp ewidget.cpp ewidgetdesktop.cpp \
- ewindow.cpp ewindowstyle.cpp elistbox.cpp elistboxcontent.cpp
+ ewindow.cpp ewindowstyle.cpp elistbox.cpp elistboxcontent.cpp \
+ epixmap.cpp