[svn:mod_parrot] r451 - mod_parrot/branches/configure/config/gen/makefiles
[email protected] Tue, 23 Sep 2008 10:51:30 -0700 (PDT)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: jhorwitz Date: Tue Sep 23 10:51:30 2008 New Revision: 451 Modified: mod_parrot/branches/configure/config/gen/makefiles/root.in Log: port include dir fix (r450) from trunk Modified: mod_parrot/branches/configure/config/gen/makefiles/root.in ============================================================================== --- mod_parrot/branches/configure/config/gen/makefiles/root.in (original) +++ mod_parrot/branches/configure/config/gen/makefiles/root.in Tue Sep 23 10:51:30 2008 @@ -55,7 +55,7 @@ all: gen-src $(SRC_DIR)/mod_parrot.la %.lo: %.c - $(LIBTOOL) --mode=compile $(CC) -o $@ $(EXTRA_CPPFLAGS) $(DEBUG) $(CFLAGS) -I$(CFG_INCLUDEDIR) -I$(APR_INCLUDE_DIR) -I$(APU_INCLUDE_DIR) $(DEFINES) -c $< + $(LIBTOOL) --mode=compile $(CC) -o $@ $(EXTRA_CPPFLAGS) $(DEBUG) $(CFLAGS) -I$(APACHE_INCLUDE_DIR) -I$(APR_INCLUDE_DIR) -I$(APU_INCLUDE_DIR) $(DEFINES) -c $< $(SRC_DIR)/mod_parrot.la: $(OBJ_FILES) $(LIBTOOL) --mode=link $(CC) -o $@ $(LDFLAGS) $(OBJ_FILES) $(LIBS) -rpath $(LIBEXECDIR) -module -avoid-version