diff options
author | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-21 14:23:19 +0000 |
---|---|---|
committer | eyck <eyck@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-10-21 14:23:19 +0000 |
commit | 4be37e45d564ddbaac5d127eda39bfb3ba52ed0b (patch) | |
tree | 63d8db5d1dd2afb50d6c37753d075279b0c54d54 /libdha | |
parent | 7980b17683d18dea900c4c90a2ebf2be21c862ed (diff) | |
download | mpv-4be37e45d564ddbaac5d127eda39bfb3ba52ed0b.tar.bz2 mpv-4be37e45d564ddbaac5d127eda39bfb3ba52ed0b.tar.xz |
really fix latest fix. But now this versioning stopped making sense to me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7825 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r-- | libdha/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdha/Makefile b/libdha/Makefile index 024a102c96..8dce5cd0dc 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -12,6 +12,8 @@ SHORTNAME = libdha.dll else SHORTNAME = libdha.so.$(MAJOR_VERSION) SONAME_FLAGS = -Wl,-soname,$(SHORTNAME) +#SHORTNAME = libdha.so +VSHORTNAME = libdha.so endif LIBNAME = libdha.so.$(VERSION) @@ -37,6 +39,7 @@ $(LIBNAME): $(OBJS) #$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS) $(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS) ln -sf $(LIBNAME) $(SHORTNAME) + ln -sf $(LIBNAME) $(VSHORTNAME) all: $(LIBNAME) $(SHORTNAME) |