summaryrefslogtreecommitdiff
path: root/libmysql
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-09-29 15:37:53 +0300
committermonty@hundin.mysql.fi <>2001-09-29 15:37:53 +0300
commit12aa7e5e84900f893e4b49f85eeced383b37e193 (patch)
tree69dcf1714c08230c310121b21e273ba82d19b018 /libmysql
parent5293d2ea2d115e73b089ee54789fe927e1638405 (diff)
downloadmariadb-git-12aa7e5e84900f893e4b49f85eeced383b37e193.tar.gz
Fix for make dist
Diffstat (limited to 'libmysql')
-rw-r--r--libmysql/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmysql/Makefile.am b/libmysql/Makefile.am
index 02291d75e7c..050cf2041d3 100644
--- a/libmysql/Makefile.am
+++ b/libmysql/Makefile.am
@@ -71,11 +71,11 @@ link_sources:
# keep only the stubs for safemalloc.c and debug.c
#
# A list of needed headers collected from the deps information 000213
-nh = global.h config-win32.h dbug.h errmsg.h global.h \
+nh = my_global.h config-win32.h dbug.h errmsg.h \
m_ctype.h m_string.h \
my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h \
- mysql.h mysql_com.h mysql_version.h mysqld_error.h mysys_err.h \
- my_pthread.h thr_alarm.h violite.h hash.h
+ mysql.h mysql_com.h mysql_version.h mysqld_error.h \
+ mysys_err.h my_pthread.h thr_alarm.h violite.h hash.h
# Get a list of the needed objects
lobjs = $(mysysobjects1) $(dbugobjects) $(mystringsobjects)