aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--compat/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e09d90c..0758f83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-14 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * compat/Makefile.am (libgdbm_compat_la_LIBADD): Link against
+ libgdbm. Suggested by Adam Sampson.
+
2011-08-13 Sergey Poznyakoff <gray@gnu.org.ua>
Improve release checking: use gnits.
diff --git a/compat/Makefile.am b/compat/Makefile.am
index e94a844..42554b6 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -23,6 +23,7 @@ VI_REVISION = 0
VI_AGE = 0
lib_LTLIBRARIES = libgdbm_compat.la
+libgdbm_compat_la_LIBADD = ../src/libgdbm.la
include_HEADERS = dbm.h ndbm.h
noinst_HEADERS = dbm-priv.h

Return to:

Send suggestions and report system problems to the System administrator.