Make sure to include the apxs cflags and apr cflags when building msc_test.

This commit is contained in:
brectanus
2008-02-08 22:03:48 +00:00
parent 96b3ea6f21
commit 06715a0dea
2 changed files with 2 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ mlogc-static:
### Experimental Test Framework (*NIX only right now)
msc_test.lo: msc_test.c
$(LIBTOOL) --mode=compile $(CC) $(EXTRA_CFLAGS) $(MODSEC_EXTRA_CFLAGS) $(CPPFLAGS) -c msc_test.c
$(LIBTOOL) --mode=compile $(CC) $(APXS_CFLAGS) $(EXTRA_CFLAGS) $(MODSEC_EXTRA_CFLAGS) $(CPPFLAGS) -c msc_test.c
msc_test: $(TESTOBJS) msc_test.lo
@objs=""; \