aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compat/Makefile.am2
-rw-r--r--src/Makefile.am4
2 files changed, 3 insertions, 3 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
diff --git a/src/Makefile.am b/src/Makefile.am
index a30efc4..fd82cab 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
AM_CPPFLAGS=-DIN_GDBM -DLOCALEDIR=\"$(localedir)\"
# Headers
-include_HEADERS = gdbm.h
+nodist_include_HEADERS = gdbm.h
noinst_HEADERS = \
gdbmconst.h\
gdbmdefs.h\
@@ -27,7 +27,7 @@ noinst_HEADERS = \
systems.h
EXTRA_DIST = gdbm.h.in gram.h gdbm.magic
-
+BUILT_SOURCES = gdbm.h
# The libraries
VI_CURRENT = 4
VI_REVISION = 0

Return to:

Send suggestions and report system problems to the System administrator.