Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* src/Makefile.am: no need to set PREFIX for apxs.


svn path=/trunk/mod_mono/; revision=45343
  • Loading branch information
gonzalop committed Jun 2, 2005
1 parent cc89b2e commit 30b28ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/Makefile.am: no need to set PREFIX for apxs.

2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/mod_mono.[ch]: support for IS_CONNECTED and increased version
Expand Down
4 changes: 2 additions & 2 deletions src/Makefile.am
Expand Up @@ -9,8 +9,8 @@ mod_mono_la_CFLAGS = -Wall -DDFLT_MONO_CONFIG_DIR=\"$(DFLT_MONO_CONFIG_DIR)\"
install: $(lib_LTLIBRARIES)
$(mkinstalldirs) "$(DESTDIR)$(APXS_LIBEXECDIR)"
if APACHE2
$(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -S PREFIX="$(prefix)" -i -n mono mod_mono.la
$(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -i -n mono mod_mono.la
else
$(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -S PREFIX="$(prefix)" -i -n mono .libs/mod_mono.so
$(APXS) -S LIBEXECDIR="$(DESTDIR)$(APXS_LIBEXECDIR)" -i -n mono .libs/mod_mono.so
endif

0 comments on commit 30b28ed

Please sign in to comment.