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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 1d2a450..c74acb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1 @@ SUBDIRS = include src - -install-exec-hook: - cd $(DESTDIR)$(libdir) && rm -f libXaw3d.@LIBEXT@ && $(LN_S) $(DEFAULT_LIB) libXaw3d.@LIBEXT@ - -uninstall-local: - -rm -f $(DESTDIR)$(libdir)/libXaw3d.@LIBEXT@ |