~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Hook in to autoconf and automake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
include tests/include.am
137
137
include unittests/include.am
138
138
 
 
139
TESTS += ${check_PROGRAMS}
 
140
 
139
141
merge-clean:
140
142
        find ./ | $(GREP) \.orig | xargs rm -f
141
143
        find ./ | $(GREP) \.rej | xargs rm -f