X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=9c166124cfff8094575727fb8ccb6e538de8350e;hb=164839a2999ee608ab5ed116b62aa5f0f6d8ec40;hp=2ab4ca34e29127aeb10a1b81658aaf1a31df83bc;hpb=0d5fb4bdcc5251d858da019ad964d192bf5d51fb;p=monky diff --git a/Makefile.am b/Makefile.am index 2ab4ca3..9c16612 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,25 @@ -SUBDIRS = src doc +SUBDIRS = \ + src \ + doc -EXTRA_DIST = app-admin/conky/conky-1.2.ebuild app-admin/conky/conky-1.9999.ebuild \ No newline at end of file +AUTOMAKE_OPTIONS = \ + 1.8 \ + dist-bzip2 + +EXTRA_DIST = \ + autogen.sh \ + configure.ac.in \ + config.rpath \ + extras/nano/README \ + extras/nano/conky.nanorc \ + extras/vim/README \ + extras/vim/ftdetect/conkyrc.vim \ + extras/vim/syntax/conkyrc.vim + +DISTCLEANFILES = \ + configure.ac + +distclean-local: + /bin/rm -rf *.cache *~ + +# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: