~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

Merged me and also fixed the md5 linking error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
689
689
symbol_hash.h: symbol_hash.stamp-h
690
690
 
691
691
.gperf.stamp-h:
692
 
        $(GPERF) --initializer-suffix=,0 --struct-type --enum \
 
692
        $(GPERF) -D --initializer-suffix=,0 --struct-type --enum \
693
693
                --omit-struct-type --readonly-tables --language=C++ \
694
694
                --class-name=$* $<  > $@
695
695
        @if ! test $$? ; then rm $@ ; fi