diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:37:06 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:37:06 +0000 |
commit | 74becf3c0a065f8d64e07ce4d31f9fe53be91d62 (patch) | |
tree | df6573f851195eb5a0beaa0bc540a74fc89cda3d /lib/Makefile.elf-lib | |
parent | 900e442732393189b8ecfd3bb39176e398b24970 (diff) | |
download | e2fsprogs-74becf3c0a065f8d64e07ce4d31f9fe53be91d62.tar.gz |
Many files:
Checkin of e2fsprogs 1.02.
Diffstat (limited to 'lib/Makefile.elf-lib')
-rw-r--r-- | lib/Makefile.elf-lib | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Makefile.elf-lib b/lib/Makefile.elf-lib index bd2693c0..93f1ace4 100644 --- a/lib/Makefile.elf-lib +++ b/lib/Makefile.elf-lib @@ -5,7 +5,7 @@ # In order to use this stub, the following makefile variables must be defined. # # ELF_VERSION = 1.0 -# ELF_SONAME = 1 +# ELF_SO_VERSION = 1 # ELF_IMAGE = libce # ELF_MYDIR = et # ELF_INSTALL_DIR = $(SHLIBDIR) @@ -36,6 +36,10 @@ installdirs:: install-shlibs install:: $(ELF_LIB) installdirs $(INSTALL_PROGRAM) $(ELF_LIB) $(DESTDIR)$(ELF_INSTALL_DIR)/$(ELF_LIB) + $(STRIP) --strip-debug \ + $(DESTDIR)$(DLL_INSTALL_DIR)/$(ELF_LIB) + $(LN) -sf $(ELF_LIB) $(DESTDIR)$(DLL_INSTALL_DIR)/$(ELF_SONAME) + $(LN) -sf $(ELF_SONAME) $(DESTDIR)$(DLL_INSTALL_DIR)/$(ELF_IMAGE).so -ldconfig clean:: |