summaryrefslogtreecommitdiffstats
path: root/src/View/Makefile.in
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2008-05-03 02:05:05 +0200
committerneoraider <devnull@localhost>2008-05-03 02:05:05 +0200
commiteb096e97d63c3bdbb2913dc0bb8abacef5ee3bf1 (patch)
tree8ffa42f6f90d9377f417a033ce5b5f5a0746d5b8 /src/View/Makefile.in
parent12ebbe18e1c54c854286e38a4cf9e15433cd1bb2 (diff)
downloadzoomedit-eb096e97d63c3bdbb2913dc0bb8abacef5ee3bf1.tar
zoomedit-eb096e97d63c3bdbb2913dc0bb8abacef5ee3bf1.zip
zoomedit:
* Implemented MapView
Diffstat (limited to 'src/View/Makefile.in')
-rw-r--r--src/View/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/View/Makefile.in b/src/View/Makefile.in
index 6f9314c..bb598f4 100644
--- a/src/View/Makefile.in
+++ b/src/View/Makefile.in
@@ -43,7 +43,7 @@ CONFIG_HEADER = $(top_builddir)/src/config.h
CONFIG_CLEAN_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
libview_la_LIBADD =
-am_libview_la_OBJECTS = TopView.lo
+am_libview_la_OBJECTS = TopView.lo MapView.lo
libview_la_OBJECTS = $(am_libview_la_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
depcomp = $(SHELL) $(top_srcdir)/depcomp
@@ -179,7 +179,7 @@ target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
noinst_LTLIBRARIES = libview.la
-libview_la_SOURCES = TopView.cpp
+libview_la_SOURCES = TopView.cpp MapView.cpp
all: all-am
.SUFFIXES:
@@ -231,6 +231,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MapView.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/TopView.Plo@am__quote@
.cpp.o: