From bbce69491a4db3484a9f8dc19056f44bed056210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Tue, 4 Jun 2013 19:07:03 +0200 Subject: [PATCH] rdisc: build libndp recursively --- Makefile.am | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 9976a2aa0e..3fcc135845 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ SUBDIRS = \ libnm-util \ libnm-glib \ introspection \ + libndp \ src \ callouts \ cli \ diff --git a/configure.ac b/configure.ac index 4f1649fa38..51f4aec996 100644 --- a/configure.ac +++ b/configure.ac @@ -715,6 +715,7 @@ examples/C/qt/Makefile examples/dispatcher/Makefile vapi/Makefile ]) +AC_CONFIG_SUBDIRS([libndp]) AC_OUTPUT # Print build configuration