summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-03-20 13:18:29 +0200
committerGeorgi Kodinov <joro@sun.com>2009-03-20 13:18:29 +0200
commitb71a73c7e2836eed770e82a19629b3322c3eb40b (patch)
tree6b0e725752b846fed1956180832736373cdb632b /include
parent0c1630540987d4a4e34b34fb06f11f00d41c6905 (diff)
downloadmariadb-git-b71a73c7e2836eed770e82a19629b3322c3eb40b.tar.gz
reverting a bogus fix into 5.1-bugteam
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index de13a418c0c..64f73af8606 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -15,8 +15,9 @@
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
# MA 02111-1307, USA
-BUILT_SOURCES = link_sources
-HEADERS_GEN_CONFIGURE = mysql_version.h my_config.h
+BUILT_SOURCES = $(HEADERS_GEN_MAKE) link_sources
+HEADERS_GEN_CONFIGURE = mysql_version.h
+HEADERS_GEN_MAKE = my_config.h
HEADERS_ABI = mysql.h mysql_com.h mysql_time.h \
my_list.h my_alloc.h typelib.h mysql/plugin.h
pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
@@ -25,7 +26,8 @@ pkginclude_HEADERS = $(HEADERS_ABI) my_dbug.h m_string.h my_sys.h \
decimal.h errmsg.h my_global.h my_net.h \
my_getopt.h sslopt-longopts.h my_dir.h \
sslopt-vars.h sslopt-case.h sql_common.h keycache.h \
- m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE)
+ m_ctype.h my_attribute.h $(HEADERS_GEN_CONFIGURE) \
+ $(HEADERS_GEN_MAKE)
noinst_HEADERS = config-win.h config-netware.h my_bit.h \
heap.h my_bitmap.h my_uctype.h \