summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0b09619..2e507e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,7 +140,8 @@ liblazymount_la_CFLAGS = \
$(LIBLAZYMOUNT_PC_CFLAGS)
liblazymount_la_LIBADD = \
- $(LIBLAZYMOUNT_PC_LIBS)
+ -L$(prefix)/lib \
+ -lvconf
noinst_liblazymount_la_SOURCES = \
src/liblazymount/lazy_mount.h \