summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2005-10-02 16:41:03 +0000
committerlaforge <laforge>2005-10-02 16:41:03 +0000
commit5ba28a98cfef1ed7cb7445916a11ca88982d506f (patch)
treedc463b718f46e902de47d1313d830a58d7ccec23 /Makefile.in
parente058706f21433f6a0b61822daa2b16fcb847b536 (diff)
too many changes to comment on. ulogd now compiles again.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 21069eb..1661f72 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,12 +17,12 @@ endif
ifeq (x@HAVE_PCAP_H@,x)
else
-SUBDIRS+=pcap
+SUBDIRS+=output/pcap
endif
-ULOGD_VERSION=1.10
-OLD_ULOGD_VERSION=1.09
+ULOGD_VERSION=2.00
+OLD_ULOGD_VERSION=1.23
# Normally You should not need to change anything below
@@ -56,8 +56,8 @@ diff: $(RELEASE_DIR)/ulogd-$(ULOGD_VERSION).tar.bz2
recurse:
@for d in $(SUBDIRS); do if ! make -C $$d; then exit 1; fi; done
-ulogd: ulogd.c $(LIBIPULOG) include/ulogd/ulogd.h conffile/conffile.o $(LIBIPULOG)/libipulog.a ulogd.conf
- $(CC) $(CFLAGS) -rdynamic $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@ $(LIBS)
+ulogd: ulogd.c select.c conffile/conffile.o
+ $(CC) $(CFLAGS) -rdynamic $^ conffile/conffile.o -o $@ $(LIBS)
edit = sed -e 's,@libdir\@,$(ULOGD_LIB_PATH),g'