build: don't install libndp
This commit is contained in:
13
Makefile.am
13
Makefile.am
@@ -6,7 +6,6 @@ SUBDIRS = \
|
|||||||
libnm-util \
|
libnm-util \
|
||||||
libnm-glib \
|
libnm-glib \
|
||||||
introspection \
|
introspection \
|
||||||
libndp \
|
|
||||||
src \
|
src \
|
||||||
callouts \
|
callouts \
|
||||||
cli \
|
cli \
|
||||||
@@ -20,6 +19,8 @@ SUBDIRS = \
|
|||||||
examples \
|
examples \
|
||||||
vapi
|
vapi
|
||||||
|
|
||||||
|
DIST_SUBDIRS = $(SUBDIRS) libndp
|
||||||
|
|
||||||
@GNOME_CODE_COVERAGE_RULES@
|
@GNOME_CODE_COVERAGE_RULES@
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
@@ -52,7 +53,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|||||||
|
|
||||||
CLEANFILES = cscope.in.out cscope.out cscope.po.out
|
CLEANFILES = cscope.in.out cscope.out cscope.po.out
|
||||||
|
|
||||||
.PHONY: cscope
|
|
||||||
cscope:
|
cscope:
|
||||||
cscope -b -q -R -Iinclude -ssrc -slibnm-glib -slibnm-util -scli/src;
|
cscope -b -q -R -Iinclude -ssrc -slibnm-glib -slibnm-util -scli/src;
|
||||||
|
|
||||||
@@ -61,3 +61,12 @@ libgsystem_cflags := $(GLIB_CFLAGS) -I$(srcdir)/libgsystem
|
|||||||
libgsystem_libs = $(GLIB_LIBS)
|
libgsystem_libs = $(GLIB_LIBS)
|
||||||
include libgsystem/Makefile-libgsystem.am
|
include libgsystem/Makefile-libgsystem.am
|
||||||
noinst_LTLIBRARIES = libgsystem.la
|
noinst_LTLIBRARIES = libgsystem.la
|
||||||
|
|
||||||
|
noinst_DATA = libndp
|
||||||
|
libndp:
|
||||||
|
(cd libndp && $(MAKE))
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
(cd libndp && $(MAKE) clean)
|
||||||
|
|
||||||
|
.PHONY: cscope libndp
|
||||||
|
Reference in New Issue
Block a user