]> Dogcows Code - chaz/tint2/blob - Makefile.am
panel switcher : sorted by name
[chaz/tint2] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 SUBDIRS = doc sample src
4 dist_doc_DATA = AUTHORS ChangeLog NEWS README
5 EXTRA_DIST = autogen.sh README.source
6
7 dist_pkgdata_DATA = default_icon.png
8
9 DISTCLEANFILES += configure depcomp config.guess config.sub config.h.in config.h.in~ ltmain.sh missing aclocal.m4 install-sh INSTALL
10
11 dist-hook:
12 find $(distdir)/ -type d -name '.svn' -exec rm -rf {} ';'
13
14 distclean-local: distclean-local-check
15
16 distclean-local-check:
17 -rm -rf autom4te.cache m4
This page took 0.032278 seconds and 4 git commands to generate.