diff options
author | Rafał Mużyło <galtgendo@o2.pl> | 2011-08-03 02:28:19 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-08-03 15:58:50 -0400 |
commit | 76c5f905c7178cf76cdf8a5817bb1575d8cdba82 (patch) | |
tree | 089777ae1aa893aba0a0a4c48a3ab4c54a9914dc /src | |
parent | 4b7af3dca51bccb86816d7c0e8995ce009f9999e (diff) |
Remove unneeded libtool hacks
Signed-off-by: Rafał Mużyło <galtgendo@o2.pl>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e3469eb..7766657 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,22 +65,4 @@ libXaw3d_la_CPPFLAGS = \ libXaw3d_la_LDFLAGS = -version-info 8:0:0 -no-undefined -if !PLATFORM_WIN32 -install-exec-hook:: -if PLATFORM_DARWIN - -rm -f $(DESTDIR)$(libdir)/libXaw3d.8.@LIBEXT@ - (cd $(DESTDIR)$(libdir) && ln -s libXaw3d.8.@LIBEXT@ libXaw3d.8.@LIBEXT@) -else - -rm -f $(DESTDIR)$(libdir)/libXaw3d.@LIBEXT@.8 - (cd $(DESTDIR)$(libdir) && ln -s libXaw3d.@LIBEXT@.8 libXaw3d.@LIBEXT@.8) -endif - -uninstall-local:: -if PLATFORM_DARWIN - -rm -f $(DESTDIR)$(libdir)/libXaw3d.8.@LIBEXT@ -else - -rm -f $(DESTDIR)$(libdir)/libXaw3d.@LIBEXT@.8 -endif -endif - EXTRA_DIST = sharedlib.c |