diff options
author | Michael Widenius <monty@askmonty.org> | 2011-02-03 16:03:54 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-02-03 16:03:54 +0200 |
commit | 47996dd7803188a38ec1bef07af3aadcc3787aac (patch) | |
tree | ecbb6d3c694087767a95fa5024a6e444b9f25c70 /strings | |
parent | d92a8eb9853d8f25e6e945a2d3531f97f8cbea04 (diff) | |
download | mariadb-git-47996dd7803188a38ec1bef07af3aadcc3787aac.tar.gz |
Added missing header file strings_def.h to dist
Diffstat (limited to 'strings')
-rw-r--r-- | strings/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/Makefile.am b/strings/Makefile.am index f02fa18c474..3ba4685a2a5 100644 --- a/strings/Makefile.am +++ b/strings/Makefile.am @@ -16,6 +16,7 @@ # This file is public domain and comes with NO WARRANTY of any kind INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include +noinst_HEADERS= strings_def.h pkglib_LIBRARIES = libmystrings.a noinst_LTLIBRARIES = libmystrings.la |