aboutsummaryrefslogtreecommitdiffstats
path: root/plpbackup
diff options
context:
space:
mode:
authorThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 17:11:48 +0000
committerThomas Klausner <thomasklausner@users.sourceforge.net>2004-09-08 17:11:48 +0000
commit1855b905b16f34fbf8e1655fc72724b4674fe564 (patch)
tree300e9556736c28e207d42fb86e0eddbc2d4bbc8f /plpbackup
parent9c0478cbd523e84e9258f7611bcec8e099e32c1f (diff)
downloadplptools-1855b905b16f34fbf8e1655fc72724b4674fe564.tar.gz
plptools-1855b905b16f34fbf8e1655fc72724b4674fe564.tar.bz2
plptools-1855b905b16f34fbf8e1655fc72724b4674fe564.zip
Add $(INTLLIBS) to *_LDADD where missing.
Diffstat (limited to 'plpbackup')
-rw-r--r--plpbackup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plpbackup/Makefile.am b/plpbackup/Makefile.am
index 3589fc0..1dfa76b 100644
--- a/plpbackup/Makefile.am
+++ b/plpbackup/Makefile.am
@@ -3,7 +3,7 @@
INCLUDES=-I$(top_srcdir)/lib
bin_PROGRAMS = plpbackup
-plpbackup_LDADD = $(LIB_PLP)
+plpbackup_LDADD = $(LIB_PLP) $(INTLLIBS)
plpbackup_SOURCES = plpbackup.cc
maintainer-clean-local: