summaryrefslogtreecommitdiffstats
path: root/src/View/Makefile.in
diff options
context:
space:
mode:
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: