]> git.ipfire.org Git - thirdparty/ulogd2.git/commitdiff
ulogd.h has moved
authorlaforge <laforge>
Mon, 13 Jan 2003 13:36:59 +0000 (13:36 +0000)
committerlaforge <laforge>
Mon, 13 Jan 2003 13:36:59 +0000 (13:36 +0000)
Makefile.in

index 52bede7d2f9c0b05ad381de1f0d665555f41c8b4..603807629788562c4e89e1d7eed8e88e4dd56f40 100644 (file)
@@ -31,7 +31,7 @@ distrib:
 recurse: 
        @for d in $(SUBDIRS); do if ! make -C $$d; then exit 1; fi; done
 
-ulogd: ulogd.c $(LIBIPULOG) ulogd.h conffile/conffile.o $(LIBIPULOG)/libipulog.a
+ulogd: ulogd.c $(LIBIPULOG) include/ulogd/ulogd.h conffile/conffile.o $(LIBIPULOG)/libipulog.a
        $(CC) $(CFLAGS) -rdynamic $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@ $(LIBS)
 
 clean: