NetworkManager/Makefile.am

41 lines
699 B
Text
Raw Normal View History

2010-02-18 10:17:08 -08:00
SUBDIRS = \
marshallers \
include \
2010-02-18 10:17:08 -08:00
libnm-util \
libnm-glib \
introspection \
src \
callouts \
2010-02-25 09:52:30 -08:00
cli \
2010-02-18 10:17:08 -08:00
tools \
policy \
2010-08-12 11:15:26 -05:00
data \
2010-02-18 10:17:08 -08:00
initscript \
test \
po \
man \
docs \
examples
EXTRA_DIST = \
CONTRIBUTING \
NetworkManager.pc.in \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
2010-08-12 11:15:26 -05:00
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 ${ACLOCAL_FLAGS}