summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
commitd71148392055eec06460fa24e3747d2c55d96b38 (patch)
treefb698fb34af7c5408edc8a50ea507e58b9f66708 /src/Makefile.am
parent331652fd82c4ad518f243fa69eea2819dedc4078 (diff)
downloadzoomedit-d71148392055eec06460fa24e3747d2c55d96b38.tar
zoomedit-d71148392055eec06460fa24e3747d2c55d96b38.zip
Added headers and other files to distribution tarball
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b8ed7ab..15a791f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,3 +3,5 @@ SUBDIRS = Data Gui Math Util View
bin_PROGRAMS = zoomedit
zoomedit_SOURCES = zoomedit.cpp Instance.cpp
zoomedit_LDADD = Data/libdata.la Gui/libgui.la Util/libutil.la View/libview.la Math/libmath.la
+
+noinst_HEADERS = Instance.h \ No newline at end of file