~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/Makefile.am

merged from mtaylors codestyle branch that also did removepassword

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
# These are listed in 'nodist_drizzled_SOURCES'
144
144
link_sources:
145
145
        rm -f client.c
146
 
        @LN_CP_F@ $(top_srcdir)/libmysql/client.c client.c
 
146
        @LN_CP_F@ $(top_srcdir)/libdrizzle/client.c client.c
147
147
        rm -f net_serv.c
148
 
        @LN_CP_F@ $(top_srcdir)/libmysql/net_serv.c net_serv.c
 
148
        @LN_CP_F@ $(top_srcdir)/libdrizzle/net_serv.c net_serv.c
149
149
        echo timestamp > link_sources
150
150
 
151
151