summaryrefslogtreecommitdiffstats
path: root/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
commit8afcf4bcf11c91eafe016e1e85ef727776da7895 (patch)
tree24844b5f54042b95c7a4defdbdc0d005992d1ede /Rules.make.in
parent5e099e099f7190b31dcc56828674a328852a51a0 (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 'Rules.make.in')
-rw-r--r--Rules.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.make.in b/Rules.make.in
index e5339f3..468df72 100644
--- a/Rules.make.in
+++ b/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@