summaryrefslogtreecommitdiffstats
path: root/ulogd/Makefile.in
diff options
context:
space:
mode:
authorlaforge <laforge>2002-12-09 15:03:51 +0000
committerlaforge <laforge>2002-12-09 15:03:51 +0000
commit54534ac671f15bbfa4a7b39a8c62b8a3578d78a0 (patch)
tree199e3f83bb8f3ab0dad7da212a5b352dd5b2ebb1 /ulogd/Makefile.in
parent2da10b8ec0f0ced46a9fdbf304d5a5b790de4db2 (diff)
General code cleanup by Roberto Nibali:
- linking for dlopen() needs to be after the object generation - fix small typo in Rules.make.in - #ifdef DEBUG all functions that are not used - add missing #include's - fix sloppy braceing - added return for 'int main()'
Diffstat (limited to 'ulogd/Makefile.in')
-rw-r--r--ulogd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Makefile.in b/ulogd/Makefile.in
index a7d01e1..52bede7 100644
--- a/ulogd/Makefile.in
+++ b/ulogd/Makefile.in
@@ -32,7 +32,7 @@ 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
- $(CC) $(CFLAGS) -rdynamic $(LIBS) $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@
+ $(CC) $(CFLAGS) -rdynamic $< conffile/conffile.o $(LIBIPULOG)/libipulog.a -o $@ $(LIBS)
clean:
# rm -f ulogd *.o extensions/*.o extensions/*.so conffile/*.o