diff options
author | Pavel Šimerda <psimerda@redhat.com> | 2013-06-04 19:07:03 +0200 |
---|---|---|
committer | Pavel Šimerda <psimerda@redhat.com> | 2013-06-06 06:47:17 +0200 |
commit | bbce69491a4db3484a9f8dc19056f44bed056210 (patch) | |
tree | 20514f53e0ea46d855ad57bd66f7292029c90621 /Makefile.am | |
parent | b322c0dc816b77efc271097d2c22ac7bfd7ac0d0 (diff) | |
download | NetworkManager-bbce69491a4db3484a9f8dc19056f44bed056210.tar.gz |
rdisc: build libndp recursively
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |