From d71148392055eec06460fa24e3747d2c55d96b38 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 11 Jun 2008 14:46:20 +0200 Subject: Added headers and other files to distribution tarball --- src/View/Makefile.am | 6 ++++-- src/View/Makefile.in | 8 ++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'src/View') diff --git a/src/View/Makefile.am b/src/View/Makefile.am index 40f956e..6c0d653 100644 --- a/src/View/Makefile.am +++ b/src/View/Makefile.am @@ -1,3 +1,5 @@ -noinst_LTLIBRARIES = libview.la +noinst_LTLIBRARIES = libview.la -libview_la_SOURCES = TopView.cpp MapView.cpp +libview_la_SOURCES = TopView.cpp MapView.cpp + +noinst_HEADERS = MapView.h TopView.h View.h \ No newline at end of file diff --git a/src/View/Makefile.in b/src/View/Makefile.in index bb598f4..8ffb1cc 100644 --- a/src/View/Makefile.in +++ b/src/View/Makefile.in @@ -14,6 +14,7 @@ @SET_MAKE@ + VPATH = @srcdir@ pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ @@ -33,7 +34,8 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = src/View -DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -59,6 +61,7 @@ CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libview_la_SOURCES) DIST_SOURCES = $(libview_la_SOURCES) +HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -180,6 +183,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LTLIBRARIES = libview.la libview_la_SOURCES = TopView.cpp MapView.cpp +noinst_HEADERS = MapView.h TopView.h View.h all: all-am .SUFFIXES: @@ -336,7 +340,7 @@ distdir: $(DISTFILES) done check-am: all-am check: check-am -all-am: Makefile $(LTLIBRARIES) +all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: install: install-am install-exec: install-exec-am -- cgit v1.2.3