aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-25 18:18:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-25 18:20:56 +0300
commit2cc71d6ea5bb991fc63caa08b06c6479a87d0b63 (patch)
tree01bcd666b2933b8e5936704deeade031fcaf87f9 /compat
parentdae93e6ab7ab75734bd1abd8abbd107579abbf5d (diff)
downloadgdbm-2cc71d6ea5bb991fc63caa08b06c6479a87d0b63.tar.gz
gdbm-2cc71d6ea5bb991fc63caa08b06c6479a87d0b63.tar.bz2
Fix distribution
* src/Makefile.am: Mark gdbm.h as noinst * compat/Makefile.am (AM_CPPFLAGS): Make sure we pick up ../src/gdbm.h
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index c1ad4aa..f73c2f5 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -15,7 +15,7 @@
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
# Flags
-AM_CPPFLAGS=-I$(srcdir)/../src
+AM_CPPFLAGS=-I$(srcdir)/../src -I../src
# The libraries
VI_CURRENT = 4

Return to:

Send suggestions and report system problems to the System administrator.