1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 13:39:10 +00:00
conky/Makefile.am
2007-09-12 17:48:33 +00:00

26 lines
433 B
Makefile

SUBDIRS = \
src \
doc
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
ACLOCAL_AMFLAGS = \
-I m4
distclean-local:
/bin/rm -rf *.cache *~
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: