summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2015-01-05 17:13:22 +0100
committerJan Kara <jack@suse.cz>2015-01-05 17:13:22 +0100
commit52f4e0ae8e9e494df18419138b95f1671fc952a0 (patch)
tree66ec020cd99e31c74ccefeea474b6b6beb596084
parent094306bbfdbaacf2b9920b6dc44a6ee155fea1c5 (diff)
downloadquota-tools-52f4e0ae8e9e494df18419138b95f1671fc952a0.tar.gz
quota_nld: Fixup build
Signed-off-by: Jan Kara <jack@suse.cz>
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5503caa..415077d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,7 +224,8 @@ quota_nld_CFLAGS = \
$(DBUS_CFLAGS) \
$(LIBNL3_CFLAGS)
quota_nld_LDADD = \
- libquota.a
+ libquota.a \
+ $(RPCLIBS) \
$(DBUS_LIBS) \
$(LIBNL3_LIBS)