summaryrefslogtreecommitdiffstats
path: root/src/Math
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-06-11 14:46:20 +0200
commitd71148392055eec06460fa24e3747d2c55d96b38 (patch)
treefb698fb34af7c5408edc8a50ea507e58b9f66708 /src/Math
parent331652fd82c4ad518f243fa69eea2819dedc4078 (diff)
downloadzoomedit-d71148392055eec06460fa24e3747d2c55d96b38.tar
zoomedit-d71148392055eec06460fa24e3747d2c55d96b38.zip
Added headers and other files to distribution tarball
Diffstat (limited to 'src/Math')
-rw-r--r--src/Math/Makefile.am2
-rw-r--r--src/Math/Makefile.in8
2 files changed, 8 insertions, 2 deletions
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