Bump to 1.14.1
[platform/upstream/augeas.git] / Makefile.am
1 SUBDIRS = gnulib/lib src
2 if ENABLE_GNULIB_TESTS
3 SUBDIRS += gnulib/tests
4 endif
5 SUBDIRS += tests man doc examples
6
7 ACLOCAL_AMFLAGS = -I gnulib/m4
8
9 lensdir=$(datadir)/augeas/lenses/dist
10 lenstestdir=$(datadir)/augeas/lenses/dist/tests
11
12 dist_lens_DATA=$(wildcard lenses/*.aug)
13 dist_lenstest_DATA=$(wildcard lenses/tests/*.aug)
14
15 EXTRA_DIST=augeas.spec build/ac-aux/move-if-change Makefile.am HACKING.md
16
17 pkgconfigdir = $(libdir)/pkgconfig
18 pkgconfig_DATA = augeas.pc
19
20 distclean-local:
21         -find $(top_builddir)/build/* -maxdepth 0 -not -name ac-aux | xargs rm -rf
22
23 ChangeLog:
24         if test -d $(top_srcdir)/.git; then                             \
25           $(top_srcdir)/build/ac-aux/gitlog-to-changelog > $@;             \
26         fi
27
28 dist: ChangeLog
29
30 .PHONY: ChangeLog