summaryrefslogtreecommitdiffstats
path: root/src/Gui/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
committerneoraider <devnull@localhost>2008-04-07 03:45:04 +0200
commit761c681764d4dae3b9776a57e4c3e5561e37f733 (patch)
tree47d1862ec4274466f42480ca8d68c3c7cb0e7d9c /src/Gui/Makefile.am
parentcbc867ee44137b24e2549271499a9d211cd6b000 (diff)
downloadzoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.tar
zoomedit-761c681764d4dae3b9776a57e4c3e5561e37f733.zip
zoomedit: Added RenderArea with OpenGL support.
Diffstat (limited to 'src/Gui/Makefile.am')
-rw-r--r--src/Gui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am
index c3d6837..fad988d 100644
--- a/src/Gui/Makefile.am
+++ b/src/Gui/Makefile.am
@@ -1,4 +1,4 @@
noinst_LTLIBRARIES = libgui.la
-libgui_la_SOURCES = Window.cpp
+libgui_la_SOURCES = Window.cpp RenderArea.cpp
libgui_la_CPPFLAGS = $(glademm_CFLAGS) $(GTKGLEXT_CFLAGS) \ No newline at end of file