From eb096e97d63c3bdbb2913dc0bb8abacef5ee3bf1 Mon Sep 17 00:00:00 2001 From: neoraider Date: Sat, 3 May 2008 00:05:05 +0000 Subject: zoomedit: * Implemented MapView --- src/View/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/View/Makefile.in') 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: -- cgit v1.2.3