[Makefile.am] Move -DHAVE_CONFIG_H to the right place

This commit is contained in:
Behdad Esfahbod 2007-08-22 01:16:50 -04:00
parent af6a123e95
commit bfdc3b6642

View file

@ -302,4 +302,4 @@ TESTS = check-def.sh check-plt.sh check-headers.sh check-cairoint.sh
EXTRA_DIST += $(TESTS)
splint:
splint -badflag -I$(top_builddir) $(libcairo_la_CFLAGS) $(libcairo_la_SOURCES) -DHAVE_CONFIG_H
splint -badflag -I$(top_builddir) $(libcairo_la_CFLAGS) -DHAVE_CONFIG_H $(libcairo_la_SOURCES)