From 8afcf4bcf11c91eafe016e1e85ef727776da7895 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 9 Dec 2002 15:03:51 +0000 Subject: 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()' --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a7d01e1..52bede7 100644 --- a/Makefile.in +++ b/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 -- cgit v1.2.3