Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 333923
Collapse All | Expand All

(-)mysql-5.1.50.orig/include/Makefile.am (-2 / +2 lines)
Lines 23-29 Link Here
23
pkginclude_HEADERS =	$(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
23
pkginclude_HEADERS =	$(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
24
			my_xml.h mysql_embed.h \
24
			my_xml.h mysql_embed.h \
25
		  	my_pthread.h my_no_pthread.h \
25
		  	my_pthread.h my_no_pthread.h \
26
			decimal.h errmsg.h my_global.h my_net.h \
26
			decimal.h errmsg.h my_compiler.h my_global.h my_net.h \
27
			my_getopt.h sslopt-longopts.h my_dir.h \
27
			my_getopt.h sslopt-longopts.h my_dir.h \
28
			sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
28
			sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
29
			m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
29
			m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
Lines 37-43 Link Here
37
			my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
37
			my_aes.h my_tree.h my_trie.h hash.h thr_alarm.h \
38
			thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
38
			thr_lock.h t_ctype.h violite.h my_md5.h base64.h \
39
			my_handler.h my_time.h my_vle.h my_user.h \
39
			my_handler.h my_time.h my_vle.h my_user.h \
40
			my_libwrap.h my_stacktrace.h my_compiler.h
40
			my_libwrap.h my_stacktrace.h
41
41
42
EXTRA_DIST =        mysql.h.pp mysql/plugin.h.pp
42
EXTRA_DIST =        mysql.h.pp mysql/plugin.h.pp
43
43

Return to bug 333923