This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
NetworkManager
Watch
1
Star
0
Fork
You've already forked NetworkManager
0
mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced
2025-12-22 12:40:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a5b6436a90
NetworkManager
/
docs
/
Makefile.am
8 lines
91 B
Text
Raw
Normal View
History
Unescape
Escape
build: make libnm-util/libnm-glib optional Add --without-libnm-glib, for people who don't want to build the legacy client libraries. When building with this option, dbus-glib and libdbus are not required.
2015-07-29 15:37:43 -04:00
SUBDIRS = libnm api
makefile cleanups 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.
2009-02-15 11:20:25 -05:00
build: make libnm-util/libnm-glib optional Add --without-libnm-glib, for people who don't want to build the legacy client libraries. When building with this option, dbus-glib and libdbus are not required.
2015-07-29 15:37:43 -04:00
if WITH_LEGACY_LIBRARIES
SUBDIRS += \
libnm-util \
libnm-glib
endif
Reference in a new issue
Copy permalink