diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-14 03:21:11 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-14 03:21:29 -0400 |
commit | eb1fdd0e51b6049d820e9aab69774c686e418f55 (patch) | |
tree | 695e5fd69d5817885b799ecf6659ed8f1be5e30f /Makefile.am | |
parent | c7c709cd0baadee89af7d4984d7a1ef15412796f (diff) | |
download | fork-ledger-eb1fdd0e51b6049d820e9aab69774c686e418f55.tar.gz fork-ledger-eb1fdd0e51b6049d820e9aab69774c686e418f55.tar.bz2 fork-ledger-eb1fdd0e51b6049d820e9aab69774c686e418f55.zip |
Added the use of autogen.sh from http://buildconf.brlcad.org/. 'acprep' still
remains useful (mostly to me), but now users can use this script if they
expect to find it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 030ef025..344a7fb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = contrib +EXTRA_DIST = autogen.sh contrib lib_LTLIBRARIES = libamounts.la libledger.la |