Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2280704
)
include ADMIN_INTERFACE flag and src/cfgparser/cfgfile_gen.o
author
Bruno Randolf
<br1@einfach.org>
Mon, 25 Apr 2005 11:36:23 +0000
(11:36 +0000)
committer
Bruno Randolf
<br1@einfach.org>
Mon, 25 Apr 2005 11:36:23 +0000
(11:36 +0000)
lib/httpinfo/Makefile
patch
|
blob
|
history
diff --git
a/lib/httpinfo/Makefile
b/lib/httpinfo/Makefile
index
e19a3b4
..
ba122b1
100644
(file)
--- a/
lib/httpinfo/Makefile
+++ b/
lib/httpinfo/Makefile
@@
-35,7
+35,7
@@
# to the project. For more information see the website or contact
# the copyright holders.
#
# to the project. For more information see the website or contact
# the copyright holders.
#
-# $Id: Makefile,v 1.
19 2005/04/25 10:57:17
br1 Exp $
+# $Id: Makefile,v 1.
20 2005/04/25 11:36:23
br1 Exp $
PLUGIN_NAME = olsrd_httpinfo
PLUGIN_VER = 0.1
PLUGIN_NAME = olsrd_httpinfo
PLUGIN_VER = 0.1
@@
-166,6
+166,13
@@
endif
endif
endif
endif
endif
+EXTRA_OBJS += ../../src/cfgparser/cfgfile_gen.o
+
+ifneq ($(ADMIN_INTERFACE), )
+ @echo 'WARNING - BUILDING WITH ADMIN INTERFACE!'
+CFLAGS_ADD += -DADMIN_INTERFACE
+endif
+
CFLAGS ?= $(CFLAGS_SET)
LDFLAGS ?= $(LDFLAGS_SET)
CFLAGS ?= $(CFLAGS_SET)
LDFLAGS ?= $(LDFLAGS_SET)