summaryrefslogtreecommitdiffstats
path: root/mysql
diff options
context:
space:
mode:
Diffstat (limited to 'mysql')
-rw-r--r--mysql/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql/Makefile.in b/mysql/Makefile.in
index be8c98a..49e1f87 100644
--- a/mysql/Makefile.in
+++ b/mysql/Makefile.in
@@ -24,3 +24,5 @@ distclean:
rm -f Makefile
install: all
+ @INSTALL@ -m 755 -d $(ULOGD_LIB_PATH)
+ @INSTALL@ -m 755 *.so $(ULOGD_LIB_PATH)