mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 08:20:08 +01:00
0.7 requires dbus 1.1 or greater (for system bus activation), so make that explicit, and remove compat code for D-Bus 0.6 and earlier. Consolidate the various glib pkgconfig checks into one, since most anything will require gthread, glib, and gobject anyway. Fixup the docs makefile to be more automake-compatible and let 'make clean' actually work correctly when docs are built.
36 lines
595 B
Makefile
36 lines
595 B
Makefile
SUBDIRS = marshallers
|
|
|
|
if NO_GIO
|
|
SUBDIRS += gfilemonitor
|
|
endif
|
|
|
|
SUBDIRS += \
|
|
libnm-util \
|
|
libnm-glib \
|
|
src \
|
|
include \
|
|
introspection \
|
|
callouts \
|
|
system-settings \
|
|
tools \
|
|
policy \
|
|
initscript \
|
|
test \
|
|
po \
|
|
man \
|
|
docs
|
|
|
|
EXTRA_DIST = \
|
|
CONTRIBUTING \
|
|
NetworkManager.pc.in \
|
|
intltool-extract.in \
|
|
intltool-merge.in \
|
|
intltool-update.in
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --with-tests=yes --with-docs=yes
|
|
|
|
DISTCLEANFILES = intltool-extract intltool-merge intltool-update
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = NetworkManager.pc
|
|
|