diff options
author | Luis Soares <luis.soares@oracle.com> | 2011-07-12 02:10:28 +0100 |
---|---|---|
committer | Luis Soares <luis.soares@oracle.com> | 2011-07-12 02:10:28 +0100 |
commit | b9dd956ab4e9982f6ff016135b2e008fb9dd6ecd (patch) | |
tree | 481e98c9cb82cee7ad2e276cee6828c701931bd7 /include | |
parent | 686182b273ffc0380bd1973131433470509d4daa (diff) | |
download | mariadb-git-b9dd956ab4e9982f6ff016135b2e008fb9dd6ecd.tar.gz |
BUG#12695969
Follow-up patch that adds the newly added header file to
Makefile.am noinst_HEADERS.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index e233e02e206..f97014b0b04 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -34,7 +34,7 @@ noinst_HEADERS = config-win.h config-netware.h \ my_aes.h my_tree.h hash.h thr_alarm.h \ thr_lock.h t_ctype.h violite.h my_md5.h base64.h \ mysql_version.h.in my_compare.h my_time.h \ - my_user.h my_libwrap.h + my_user.h my_libwrap.h welcome_copyright_notice.h # Remove built files and the symlinked directories CLEANFILES = $(BUILT_SOURCES) readline openssl |