summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 78924ab7da67e0995498f9a82a59fd7c9bb053ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
SUBDIRS = \
	marshallers \
	include \
	libnm-util \
	libnm-glib \
	introspection \
	system-settings \
	src \
	callouts \
	cli \
	tools \
	policy \
	data \
	initscript \
	test \
	po \
	man \
	docs \
	examples

EXTRA_DIST = \
	CONTRIBUTING \
	NetworkManager.pc.in \
	intltool-extract.in \
	intltool-merge.in \
	intltool-update.in		

DISTCHECK_CONFIGURE_FLAGS = \
	--with-tests=yes \
	--with-docs=yes \
	--with-udev-dir=$$dc_install_base/lib/udev \
	--with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
	--enable-wimax=no

DISTCLEANFILES = intltool-extract intltool-merge intltool-update

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = NetworkManager.pc

ACLOCAL_AMFLAGS = -I m4