aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:28:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:28:20 +0000
commitff788884bcaeeb59579ff88f51b90e57c1f8c3be (patch)
tree2a549e66e2da446615d55fc64669edf7e453ed0c /compat/Makefile.am
parent5b7cef5320d99f2ce6d29b3dc36edae6f96e12a7 (diff)
downloadgdbm-ff788884bcaeeb59579ff88f51b90e57c1f8c3be.tar.gz
gdbm-ff788884bcaeeb59579ff88f51b90e57c1f8c3be.tar.bz2
(include_HEADERS): Add dbm.h and ndbm.h
(noinst_HEADERS): Add dbm-priv.h
Diffstat (limited to 'compat/Makefile.am')
-rw-r--r--compat/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 91bd820..a0ede80 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -24,6 +24,9 @@ VI_AGE = 0
lib_LTLIBRARIES = libgdbm_compat.la
+include_HEADERS = dbm.h ndbm.h
+noinst_HEADERS = dbm-priv.h
+
DBM_CF=\
dbminit.c\
delete.c\

Return to:

Send suggestions and report system problems to the System administrator.