aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-06 12:27:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-06 12:27:26 +0200
commitcf07f316b773f552dbebeeac4a1220e8e7c968d0 (patch)
tree315fcca66bffaf598a421cd96e523814e365d964 /src
parent2777861e30fd2dab6bd5d8745b08091052f90677 (diff)
downloadcflow-cf07f316b773f552dbebeeac4a1220e8e7c968d0.tar.gz
cflow-cf07f316b773f552dbebeeac4a1220e8e7c968d0.tar.bz2
Update docs
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3f8e0fb..2ca13e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
@@ -35,7 +35,7 @@ cflow_SOURCES = \
localedir = $(datadir)/locale
-cflow_LDADD=../lib/libcflow.a $(LIBINTL)
+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.