summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
committerMichael Biebl <biebl@debian.org>2016-01-20 16:26:51 +0100
commit494f296a3baab08522617b24b1f126d8f9a17502 (patch)
treec8ef32fb0dd1c4ff35a0b38e787abb58692de0cd /Makefile.am
parent54f6333410ffd570e62717d9e77c5c987175e397 (diff)
Imported Upstream version 1.1.90 upstream/1.1.90
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 12 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 7f66e4ff..a79bddca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,12 +2,10 @@ include $(GLIB_MAKEFILE)
 
 SUBDIRS = \
 	. \
-	include \
+	shared \
 	introspection \
 	libnm-core \
 	libnm \
-	libnm-util \
-	libnm-glib \
 	src \
 	callouts \
 	clients \
@@ -15,9 +13,17 @@ SUBDIRS = \
 	policy \
 	data \
 	po \
-	docs \
 	man \
-	examples \
+	examples
+
+if WITH_LEGACY_LIBRARIES
+SUBDIRS += \
+	libnm-util \
+	libnm-glib
+endif
+
+SUBDIRS += \
+	docs \
 	vapi
 
 @GNOME_CODE_COVERAGE_RULES@
@@ -40,7 +46,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--with-udev-dir=$$dc_install_base/lib/udev \
 	--with-wext=no \
 	--enable-ifcfg-rh \
-	--enable-ifcfg-suse \
 	--enable-ifupdown \
 	--enable-ifnet
 
@@ -62,6 +67,6 @@ pkgconfig_DATA = NetworkManager.pc
 CLEANFILES = cscope.in.out cscope.out cscope.po.out
 
 cscope:
-	cscope -b -q -R -Iinclude -ssrc -slibnm-core -slibnm -slibnm-glib -slibnm-util -sclients;
+	cscope -b -q -R -sshared -ssrc -slibnm-core -slibnm -slibnm-glib -slibnm-util -sclients;
 
 .PHONY: cscope