summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
committerneoraider <devnull@localhost>2008-04-06 15:29:03 +0200
commit356efaf89afdad141b313767e1a2b89de3c08d0a (patch)
tree37edb2a0fc0ea15f4f60e45ed411cbea7b4c12c5 /Gui/Makefile.am
parent258eb984bafe0f667d1e76de61c8afaa23f39ef4 (diff)
downloadzoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.tar
zoomedit-356efaf89afdad141b313767e1a2b89de3c08d0a.zip
zoomedit: Recreated ZoomEdit based on Glademm.
Diffstat (limited to 'Gui/Makefile.am')
-rw-r--r--Gui/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gui/Makefile.am b/Gui/Makefile.am
new file mode 100644
index 0000000..c3d6837
--- /dev/null
+++ b/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