summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions
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/extensions
parent793f100e10423de032ff00cdec30fddc465bb87d (diff)
moved doc-generation to distribution-time, not compile-time
Diffstat (limited to 'ulogd/extensions')
-rw-r--r--ulogd/extensions/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/ulogd/extensions/Makefile.in b/ulogd/extensions/Makefile.in
index f89312a..9c7e9eb 100644
--- a/ulogd/extensions/Makefile.in
+++ b/ulogd/extensions/Makefile.in
@@ -9,8 +9,11 @@ SH_CFLAGS:=$(CFLAGS) -fPIC
SHARED_LIBS+=$(foreach T,$(ULOGD_SL),ulogd_$(T).so)
+
all: $(SHARED_LIBS)
+distrib:
+
$(SHARED_LIBS): %.so: %_sh.o
ld -shared -o $@ $<