summaryrefslogtreecommitdiffstats
path: root/ulogd/Rules.make.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/Rules.make.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/Rules.make.in')
-rw-r--r--ulogd/Rules.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ulogd/Rules.make.in b/ulogd/Rules.make.in
index e5339f3..468df72 100644
--- a/ulogd/Rules.make.in
+++ b/ulogd/Rules.make.in
@@ -17,7 +17,7 @@ INCCONFFILE=-I@top_srcdir@/conffile
CC=@CC@
CFLAGS=@CFLAGS@ @CPPFLAGS@
CFLAGS+=-DULOGD_CONFIGFILE=\"$(ULOGD_CONFIGFILE)\"
-# doesn't wor for subdirs
+# doesn't work for subdirs
#CFLAGS+=$(INCIPULOG) $(INCCONFFILE)
CFLAGS+=-I/usr/src/linux/include
#CFLAGS+=@DEFS@