summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-09-16 22:59:04 +0200
committerneoraider <devnull@localhost>2007-09-16 22:59:04 +0200
commit96e9d04527dc17a2a4f8c2f7034c1c356ed5186e (patch)
tree20bc1fe6fd680005c47c49396aca5b6e237e1c7d /Makefile.am
parent5ea7f0464eb13581322215f0614eaae52393e02a (diff)
downloadzoomedit-96e9d04527dc17a2a4f8c2f7034c1c356ed5186e.tar
zoomedit-96e9d04527dc17a2a4f8c2f7034c1c356ed5186e.zip
zoomedit: C++ized Line & Rectangle
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b327e10..243629a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
bin_PROGRAMS = zoomedit
-zoomedit_SOURCES = zoomedit.cpp window.cpp ui.cpp draw.cpp level.cpp geometry.cpp edit.cpp Vertex.cpp Line.cpp Polygon.cpp
+zoomedit_SOURCES = zoomedit.cpp window.cpp ui.cpp draw.cpp level.cpp geometry.cpp edit.cpp Vertex.cpp Line.cpp Polygon.cpp Rectangle.cpp
zoomedit_CPPFLAGS = @GTK_CFLAGS@
zoomedit_LDADD = @GTK_LIBS@ \ No newline at end of file