summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-02-03 12:04:51 +0100
committerDan Winship <danw@gnome.org>2014-02-03 12:13:41 +0100
commitdd58d9c70330a4e0dc92a3b912e783984368ae74 (patch)
treed229bad4d3411aab31c32d690d09a40f981294c5 /Makefile.am
parent736bc1c7db2f39dba83e4946b991168b1d679d28 (diff)
downloadNetworkManager-dd58d9c70330a4e0dc92a3b912e783984368ae74.tar.gz
build: drop the libndp submodule
libndp has existed for a while now. 1.0 was released six months ago. So drop the submodule and just require an installed package.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index ab2941cc6c..edeadf56a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,8 +20,6 @@ SUBDIRS = \
examples \
vapi
-DIST_SUBDIRS = $(SUBDIRS) libndp
-
@GNOME_CODE_COVERAGE_RULES@
EXTRA_DIST = \
@@ -64,13 +62,4 @@ libgsystem_libs = $(GLIB_LIBS)
include libgsystem/Makefile-libgsystem.am
noinst_LTLIBRARIES = libgsystem.la
-if BUILD_LIBNDP
-noinst_DATA = libndp
-libndp:
- (cd libndp && $(MAKE))
-
-clean-local:
- (cd libndp && $(MAKE) clean)
-endif
-
-.PHONY: cscope libndp
+.PHONY: cscope