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/Math/Makefile.am | 2 ++ src/Math/Makefile.in | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src/Math') diff --git a/src/Math/Makefile.am b/src/Math/Makefile.am index dad7512..5045b5a 100644 --- a/src/Math/Makefile.am +++ b/src/Math/Makefile.am @@ -1,3 +1,5 @@ noinst_LTLIBRARIES = libmath.la libmath_la_SOURCES = Triangle2D.cpp Vector2D.cpp Vertex2D.cpp + +noinst_HEADERS = Triangle2D.h Vector2D.h Vertex2D.h diff --git a/src/Math/Makefile.in b/src/Math/Makefile.in index 513334e..2457e24 100644 --- a/src/Math/Makefile.in +++ b/src/Math/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/Math -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 = $(libmath_la_SOURCES) DIST_SOURCES = $(libmath_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 = libmath.la libmath_la_SOURCES = Triangle2D.cpp Vector2D.cpp Vertex2D.cpp +noinst_HEADERS = Triangle2D.h Vector2D.h Vertex2D.h all: all-am .SUFFIXES: @@ -337,7 +341,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