aboutsummaryrefslogtreecommitdiff
path: root/compat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-14 07:34:20 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-14 07:34:20 +0000
commit202897fc6cd655c966ede924645f437cdb5afaae (patch)
tree1554eef3e6c262e16738544304d9c93326bb0e99 /compat/Makefile.am
parentff2c1a2d44c211caa4fd749d2c3b14e7d0c15982 (diff)
downloadgdbm-202897fc6cd655c966ede924645f437cdb5afaae.tar.gz
gdbm-202897fc6cd655c966ede924645f437cdb5afaae.tar.bz2
Optionally install compatibility headers into a separate directory.
* configure.ac: Version 1.11.90 (COMPATINCLUDEDIR): New substitution variable. * compat/Makefile.am (compatincludedir): New variable. (include_HEADERS): Rename to compatinclude_HEADERS. * NEWS: Document COMPATINCLUDEDIR. * README: Likewise.
Diffstat (limited to 'compat/Makefile.am')
-rw-r--r--compat/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 42554b6..c1ad4aa 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GDBM. -*- Makefile -*-
-# Copyright (C) 2007, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2011, 2014 Free Software Foundation, Inc.
#
# GDBM is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -25,7 +25,8 @@ VI_AGE = 0
lib_LTLIBRARIES = libgdbm_compat.la
libgdbm_compat_la_LIBADD = ../src/libgdbm.la
-include_HEADERS = dbm.h ndbm.h
+compatincludedir=$(COMPATINCLUDEDIR)
+compatinclude_HEADERS = dbm.h ndbm.h
noinst_HEADERS = dbm-priv.h
DBM_CF=\

Return to:

Send suggestions and report system problems to the System administrator.