aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 11:14:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-03 11:14:47 +0000
commit0c3e14c2112d37843520106a38b5ec910cc167d5 (patch)
tree305ae7aaac5afa850e65d436ecc2fa987b3ffc4d /src
parent83de14c4a4031981e0d7f2169fa96de4aab84b2d (diff)
downloadcflow-0c3e14c2112d37843520106a38b5ec910cc167d5.tar.gz
cflow-0c3e14c2112d37843520106a38b5ec910cc167d5.tar.bz2
(cflow_LDADD): Add $(LIBINTL)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 287297f..7a33066 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -35,7 +35,7 @@ cflow_SOURCES = \
localedir = $(datadir)/locale
-cflow_LDADD=../lib/libcflow.a
+cflow_LDADD=../lib/libcflow.a $(LIBINTL)
AM_CPPFLAGS=-DLOCALEDIR=\"$(localedir)\"
AM_LFLAGS=-dvp
EXTRA_DIST=cflow.rc

Return to:

Send suggestions and report system problems to the System administrator.