Merging with master

This commit is contained in:
Breno Silva
2012-10-25 08:46:53 -04:00
parent 3ef77de118
commit 76fc194019
2 changed files with 3 additions and 1 deletions

View File

@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
for m in $(pkglib_LTLIBRARIES); do \
base=`echo $$m | sed 's/\..*//'`; \
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
done