build: let distcheck autoconfigure wimax
[NetworkManager.git] / Makefile.am
1 SUBDIRS = \
2         marshallers \
3         include \
4         libnm-util \
5         libnm-glib \
6         introspection \
7         src \
8         callouts \
9         cli \
10         tools \
11         policy \
12         data \
13         initscript \
14         test \
15         po \
16         man \
17         docs \
18         examples
19
20 EXTRA_DIST = \
21         CONTRIBUTING \
22         NetworkManager.pc.in \
23         intltool-extract.in \
24         intltool-merge.in \
25         intltool-update.in              
26
27 DISTCHECK_CONFIGURE_FLAGS = \
28         --with-tests=yes \
29         --with-docs=yes \
30         --with-udev-dir=$$dc_install_base/lib/udev \
31         --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
32
33 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
34
35 pkgconfigdir = $(libdir)/pkgconfig
36 pkgconfig_DATA = NetworkManager.pc
37
38 ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
39