~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libmysql/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:
56
56
CLEANFILES =            $(target_libadd) $(SHLIBOBJS) \
57
57
                        $(target) $(BUILT_SOURCES)
58
58
 
59
 
 
60
 
# This part requires GNUmake
61
 
#
62
 
# This makes a distribution file with only the files needed to compile
63
 
# a minimal MySQL client library
64
 
#
65
 
# A list of needed headers collected from the deps information 000213
66
 
nh =            my_global.h dbug.h errmsg.h \
67
 
                m_ctype.h m_string.h \
68
 
                my_alarm.h my_config.h my_dir.h my_list.h my_net.h my_sys.h \
69
 
                mysql.h mysql_com.h mysql_version.h mysqld_error.h \
70
 
                mysys_err.h my_pthread.h thr_alarm.h violite.h hash.h \
71
 
                sql_common.h