diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 1a74ac904..7f069db9c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,7 +20,7 @@ SUBDIRS=@SUBDIRS@ CLEAN_SUBDIRS= . test build INSTALL_SUBDIRS=@INSTALL_SUBDIRS@ -TARGET_LIB = @APR_LIBNAME@.la +TARGET_LIB = lib@APR_LIBNAME@.la # # Rules for building specific targets, starting with 'all' for @@ -118,7 +118,7 @@ export_vars.h: $(AWK) -f $(top_srcdir)/build/make_var_export.awk $(EXPORT_FILES) > $@ apr.exp: exports.c export_vars.h - @echo "#! @APR_LIBNAME@.so" > $@ + @echo "#! lib@APR_LIBNAME@.so" > $@ @echo "* This file was AUTOGENERATED at build time." >> $@ @echo "* Please do not edit by hand." >> $@ $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@ |