summaryrefslogtreecommitdiffstats
path: root/ulogd/mysql/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2001-05-20 15:25:38 +0000
committerlaforge <laforge>2001-05-20 15:25:38 +0000
commitf607a4ed8aafd218ec987ff8b4c316423e8ca542 (patch)
tree8c949ebea795da1812bea288f1d68841220cc839 /ulogd/mysql/Makefile.in
parent793f100e10423de032ff00cdec30fddc465bb87d (diff)
moved doc-generation to distribution-time, not compile-time
Diffstat (limited to 'ulogd/mysql/Makefile.in')
-rw-r--r--ulogd/mysql/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ulogd/mysql/Makefile.in b/ulogd/mysql/Makefile.in
index 49e1f87..e716bb3 100644
--- a/ulogd/mysql/Makefile.in
+++ b/ulogd/mysql/Makefile.in
@@ -11,6 +11,8 @@ SHARED_LIBS=ulogd_MYSQL.so
all: $(SHARED_LIBS)
+distrib:
+
$(SHARED_LIBS): %.so: %_sh.o
ld -shared $(MYSQL_LDFLAGS) -o $@ $<