From 3e795cc1606acdf13a2f2cfc4e8118c0bc102855 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 8 Aug 2008 01:34:40 -0400 Subject: [PATCH] Changes needed since all of the documentation files moved into 'doc'. --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e12da03a..38803f5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = contrib + lib_LTLIBRARIES = libamounts.la libledger.la libamounts_la_CPPFLAGS = -I$(srcdir)/src @@ -247,7 +249,7 @@ UnitTests_CPPFLAGS = -I$(srcdir)/test $(libledger_la_CPPFLAGS) UnitTests_LDFLAGS = $(LIBADD_DL) UnitTests_LDADD = $(lib_LTLIBRARIES) -lcppunit -EXTRA_DIST = test/python +EXTRA_DIST += test/python PyUnitTests_SOURCES = test/__init__.py test/PyUnitTests.py @@ -288,7 +290,7 @@ fullcheck: check ###################################################################### -EXTRA_DIST += LICENSE NEWS README contrib +EXTRA_DIST += doc/LICENSE doc/NEWS doc/README EXTRA_DIST += doc/Doxyfile doc/ledger.pdf doc/refman.pdf DISTCLEANFILES += doc/ledger.info doc/ledger.pdf \