summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ec0f416..54bc4d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -85,7 +85,7 @@ if HAVE_SHARED_CONDITIONAL
libdynlib1_la_SOURCES=dynlib1.c
libdynlib2_la_SOURCES=dynlib2.c
-install-data-local:
+install-exec-hook:
$(RM) $(DESTDIR)$(libdir)/*dynlib*
else