summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorBryan Ischo <bryan@ischo.com>2008-10-16 10:08:39 +0000
committerBryan Ischo <bryan@ischo.com>2008-10-16 10:08:39 +0000
commit742299fd401378b3ba3c7547e002d4f881201ae4 (patch)
treee0b4c32002a102c4ff518e7f33745df623a726ee /GNUmakefile
parentcdc9f0a8d0f88d3baa8c8e1802217bc712dca13d (diff)
downloadceph-libs3-742299fd401378b3ba3c7547e002d4f881201ae4.tar.gz
* Ensure that libs3.so is also linked in /usr/lib so that other programs can
sucessfully link against this shared library
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 94066b4..63a097e 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -121,6 +121,7 @@ install: libs3 s3 headers
install -Dps -m u+rw,go+r $(BUILD)/lib/libs3.so.$(LIBS3_VER_MAJOR) \
$(DESTDIR)/lib/libs3.so.$(LIBS3_VER)
ln -sf libs3.so.$(LIBS3_VER) $(DESTDIR)/lib/libs3.so.$(LIBS3_VER_MAJOR)
+ ln -sf libs3.so.$(LIBS3_VER_MAJOR) $(DESTDIR)/lib/libs3.so
# --------------------------------------------------------------------------
@@ -131,6 +132,7 @@ uninstall:
rm -f $(DESTDIR)/bin/s3 \
$(DESTDIR)/include/libs3.h \
$(DESTDIR)/lib/libs3.a \
+ $(DESTDIR)/lib/libs3.so \
$(DESTDIR)/lib/libs3.so.$(LIBS3_VER_MAJOR) \
$(DESTDIR)/lib/libs3.so.$(LIBS3_VER) \