1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00
conky/Makefile.am

26 lines
433 B
Makefile
Raw Normal View History

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: