summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 16:04:28 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 16:04:28 +0200
commitbfdce4d192a946521d54079cf15b9da79ab1316e (patch)
treefdc61877a045c3463707d096c3912f0eec93865c /src/Makefile.am
parent7bda963406c4cd9d18d33c26d3de740400043985 (diff)
remove now unused util.[ch]
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5686c2b..a9fe688 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,8 +2,6 @@ bin_PROGRAMS = gipfel
gipfel_SOURCES = \
gipfel.cxx \
- util.c \
- strsep.c \
GipfelWidget.cxx \
Panorama.cxx \
ProjectionLSQ.cxx \
@@ -19,7 +17,8 @@ gipfel_SOURCES = \
TIFFOutputImage.cxx \
PreviewOutputImage.cxx \
ImageMetaData.cxx \
- ScreenDump.cxx
+ ScreenDump.cxx \
+ strsep.c
noinst_HEADERS = \
GipfelWidget.H \
@@ -41,5 +40,4 @@ noinst_HEADERS = \
PreviewOutputImage.H \
ImageMetaData.H \
ScreenDump.H \
- util.h \
strsep.h