aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-13 14:38:30 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-13 14:38:30 +0300
commit4390f707bbbde46353fb312dd57424a1d74549f7 (patch)
tree129c6dd5144b3a54532468d16713bbc7be6142c2 /src/Makefile.am
parent6810fb9cda131a9fabd1615f9a7c2cf1c904c24c (diff)
downloadgdbm-4390f707bbbde46353fb312dd57424a1d74549f7.tar.gz
gdbm-4390f707bbbde46353fb312dd57424a1d74549f7.tar.bz2
Provide the gdbm.magic file for file(1).
* src/gdbm.magic: New file. * README: Document existence of the magic file. * src/Makefile.am (EXTRA_DIST): Add gdbm.magic.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b55deb6..e1eb65c 100644
--- a/src/Makefile.am
+++ b/src/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, 2016 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
@@ -26,7 +26,7 @@ noinst_HEADERS = \
proto.h\
systems.h
-EXTRA_DIST = gdbm.h.in gram.h
+EXTRA_DIST = gdbm.h.in gram.h gdbm.magic
# The libraries
VI_CURRENT = 4

Return to:

Send suggestions and report system problems to the System administrator.