summaryrefslogtreecommitdiff
path: root/dotlock
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:21:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-04 23:21:11 +0000
commitb85aa07ee10b880880661a9eedadb7d08fc5a24e (patch)
tree952186d955bb3d5ad7b22a6e9c74accaba3742cc /dotlock
parent2ed43469bc88f18badd0560f2ba610f5562d2b0c (diff)
downloadmailutils-b85aa07ee10b880880661a9eedadb7d08fc5a24e.tar.gz
mailutils-b85aa07ee10b880880661a9eedadb7d08fc5a24e.tar.bz2
Use MU_COMMON_LIBRARIES
Diffstat (limited to 'dotlock')
-rw-r--r--dotlock/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotlock/Makefile.am b/dotlock/Makefile.am
index 6210e6cba..4fec290b7 100644
--- a/dotlock/Makefile.am
+++ b/dotlock/Makefile.am
@@ -21,7 +21,7 @@ INCLUDES =-I$(srcdir) -I$(top_srcdir)/lib -I${top_builddir}/include/mailutils/gn
bin_PROGRAMS = dotlock
-dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @LTLIBINTL@
+dotlock_LDADD = ../mailbox/libmailbox.la ../lib/libmailutils.la @MU_COMMON_LIBRARIES@
install-exec-hook:
for i in $(bin_PROGRAMS); do\

Return to:

Send suggestions and report system problems to the System administrator.