~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/Makefile.am

Removed the my_config.h copy of config.h nonsense. Not only stupid, but breaks
some types of re-builds not-from-root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# MA 02111-1307, USA
17
17
 
18
18
BUILT_SOURCES =         $(HEADERS_GEN) link_sources
19
 
HEADERS_GEN =           mysql_version.h my_config.h
 
19
HEADERS_GEN =           mysql_version.h
20
20
HEADERS_ABI =           mysql.h mysql_com.h mysql_time.h \
21
21
                        my_list.h my_alloc.h typelib.h mysql/plugin.h \
22
22
                        mysql/plugin_audit.h mysql/plugin_ftparser.h
47
47
link_sources:
48
48
        echo timestamp > link_sources
49
49
 
50
 
# We want both "my_config.h" and "config.h" that are identical, as
51
 
# MySQL sources assumes the name "my_config.h", and 3rd party sources
52
 
# assumes the name "config.h".
53
 
my_config.h: config.h
54
 
        $(CP) config.h my_config.h
55
 
 
56
50
# These files should not be included in distributions since they are
57
51
# generated by configure from the .h.in files
58
52
dist-hook:
59
 
        $(RM) -f $(distdir)/mysql_version.h $(distdir)/my_config.h
 
53
        $(RM) -f $(distdir)/mysql_version.h 
60
54
 
61
55
#
62
56
# Rules for checking that ABI has not changed