aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-12 19:52:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-12 19:52:11 +0000
commit3f4a68cdaec79e1ae22287ad11954a60afcc5ac7 (patch)
treeb7bab8418a50cfa988f446e042c56a433feacf41 /src/Makefile.am
parentbc12482932a6771566c7dcabc53f34e6297510f2 (diff)
downloadgdbm-3f4a68cdaec79e1ae22287ad11954a60afcc5ac7.tar.gz
gdbm-3f4a68cdaec79e1ae22287ad11954a60afcc5ac7.tar.bz2
Minor fixes.
* src/Makefile.am: Use libgdbm_la_LIBADD, not just LIBADD. * src/testgdbm.c: Declare some function parameters with const qualifiers.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 15a5840..1c55a4e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -34,7 +34,7 @@ VI_REVISION = 0
VI_AGE = 0
lib_LTLIBRARIES = libgdbm.la
-LIBADD = @LTLIBINTL@
+libgdbm_la_LIBADD = @LTLIBINTL@
libgdbm_la_SOURCES = \
gdbmopen.c\

Return to:

Send suggestions and report system problems to the System administrator.