diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-12 10:58:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-12 10:58:01 +0000 |
commit | 3638ed852b95ca8ced3b0962df00c6bf08c7201b (patch) | |
tree | 5b9e65426dafd91c1a762fbb5297b8f1e959503b /Makefile.am | |
parent | e54118f8d2c74e8642c17721a33df2fd5d287989 (diff) | |
download | mana-client-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.gz mana-client-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.bz2 mana-client-3638ed852b95ca8ced3b0962df00c6bf08c7201b.tar.xz mana-client-3638ed852b95ca8ced3b0962df00c6bf08c7201b.zip |
Added modules and moved some files around.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 02520f20..d0307496 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -# not a GNU package. You can remove this line, if -# have all needed files, that a GNU package needs -AUTOMAKE_OPTIONS = foreign 1.4 +# Subdirectories to include in a distribution +#DIST_SUBDIRS = src data docs +# Subdirectories to build SUBDIRS = src |