X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=6b54ceed1e42b4d1bc694e80bbff02a288284574;hb=065388a122bacc9a9eff97609668d40ca1b84d39;hp=3632cb246b8885e0312438c9e0aa0f2161a19025;hpb=e7ab42f84cca40feb87898e461b2e04df76484ed;p=dockapps%2Fwmnotify.git diff --git a/Makefile.am b/Makefile.am index 3632cb2..6b54cee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,29 @@ -## Makefile.am -- Process this file with automake to produce Makefile.in +# Makefile.am -- Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = gnu SUBDIRS = src doc -## we want these in the dist tarball +## We want these in the dist tarball EXTRA_DIST = autogen.sh \ - $(ac_aux_dir)/acx_pthread.m4 \ - sound-samples \ + m4/acx_pthread.m4 \ pixmaps -ACLOCAL = aclocal -I $(ac_aux_dir) +ACLOCAL_AMFLAGS = -I m4 CLEANFILES = *~ -DISTCLEANFILES = .deps/*.P - -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ - stamp-h.in $(ac_aux_dir)/depcomp \ - $(ac_aux_dir)/install-sh $(ac_aux_dir)/missing \ - $(ac_aux_dir)/mkinstalldirs $(ac_aux_dir)/config.guess \ - $(ac_aux_dir)/config.sub $(ac_aux_dir)/ltmain.sh \ - $(ac_aux_dir)/compile +MAINTAINERCLEANFILES = \ + Makefile.in \ + aclocal.m4 \ + configure \ + config-h.in \ + stamp-h.in \ + $(ac_aux_dir)/depcomp \ + $(ac_aux_dir)/install-sh \ + $(ac_aux_dir)/missing \ + $(ac_aux_dir)/mkinstalldirs \ + $(ac_aux_dir)/config.guess \ + $(ac_aux_dir)/config.sub \ + $(ac_aux_dir)/ltmain.sh \ + $(ac_aux_dir)/compile