diff options
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100755 index 0000000..56617b8 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,11 @@ +# $calcurse: Makefile.am,v 1.1 2006/07/31 21:00:02 culot Exp $ + +AUTOMAKE_OPTIONS= gnu +SUBDIRS = po src +EXTRA_DIST = ABOUT-NLS \ + doc/manual_en.html \ + doc/manual_fr.html \ + doc/manual_de.html + +ACLOCAL_AMFLAGS = -I m4 + |