diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-08-21 20:44:45 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-08-21 20:44:45 +0300 |
| commit | a3ec22bae9dc97b76f1fc3286138583c23fe4b3f (patch) | |
| tree | 944151ef691b5d67bfddae75d5de017702b135a9 /Makefile.am | |
| parent | 596317b8dc4e5b72f07dc993c5e38961f6e88ede (diff) | |
* add start of zsh-completion support (WIP)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b5c24a4..1838afe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> +## Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ include $(top_srcdir)/gtest.mk -SUBDIRS=man src +SUBDIRS=man src contrib # so we can say 'make test' check: test cleanupnote |
