aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
Diffstat (limited to 'compat')
-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.