summaryrefslogtreecommitdiffstats
path: root/src/Gui/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
committerneoraider <devnull@localhost>2008-04-06 16:11:00 +0200
commitcbc867ee44137b24e2549271499a9d211cd6b000 (patch)
tree9ccfa703082acd0bbe4df3e4b0a57b89e810a968 /src/Gui/Makefile.am
parent356efaf89afdad141b313767e1a2b89de3c08d0a (diff)
downloadzoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.tar
zoomedit-cbc867ee44137b24e2549271499a9d211cd6b000.zip
zoomedit: Moved source to extra dir.
Diffstat (limited to 'src/Gui/Makefile.am')
-rw-r--r--src/Gui/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am
new file mode 100644
index 0000000..c3d6837
--- /dev/null
+++ b/src/Gui/Makefile.am
@@ -0,0 +1,4 @@
+noinst_LTLIBRARIES = libgui.la
+
+libgui_la_SOURCES = Window.cpp
+libgui_la_CPPFLAGS = $(glademm_CFLAGS) $(GTKGLEXT_CFLAGS) \ No newline at end of file