diff options
author | David Robillard <d@drobilla.net> | 2007-11-13 03:16:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-13 03:16:44 +0000 |
commit | 8f19433b7ff8d5a6702b833dfdb5aeb65f231cd6 (patch) | |
tree | a42a2ac5a0a682ad2260ff3203d53bcaf7e5ee9b /Makefile.am | |
parent | e9e950fcc8bddb958592e63ca214b26978d0d2b9 (diff) | |
download | lilv-8f19433b7ff8d5a6702b833dfdb5aeb65f231cd6.tar.gz lilv-8f19433b7ff8d5a6702b833dfdb5aeb65f231cd6.tar.bz2 lilv-8f19433b7ff8d5a6702b833dfdb5aeb65f231cd6.zip |
Adhere to GNU standards (add necessary files, support --help and --version).
git-svn-id: http://svn.drobilla.net/lad/slv2@911 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 280f48d..5edec93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ AUTOMAKE_OPTIONS = foreign +EXTRA_DIST = COPYING INSTALL if HAVE_DOXYGEN DOC_DIR = doc |