Files
collectd/Makefile.am
Brian Aker 601a4eae69 1) Cleans up one configure.ac error AC_LINK_IFELSE requires AC_LANG_PROGRAM (or something similar) to get the setup right.
2) Fix for maintaier-clean so that you can run the autoreconf build script multiple times.
3) Clean up the generated man pages when running cleanup.

Signed-off-by: Florian Forster <octo@collectd.org>
2012-11-10 10:19:01 +01:00

18 lines
389 B
Makefile

ACLOCAL_AMFLAGS = -I libltdl/m4
SUBDIRS = libltdl src bindings .
INCLUDES = $(LTDLINCL)
EXTRA_DIST = contrib version-gen.sh
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/run
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/lib/$(PACKAGE_NAME)
$(mkinstalldirs) $(DESTDIR)$(localstatedir)/log
maintainer-clean-local:
-rm -f -r libltdl
-rm -f INSTALL
-rm -f aclocal.m4