summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
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@