From: Bruno Randolf Date: Mon, 25 Apr 2005 11:36:23 +0000 (+0000) Subject: include ADMIN_INTERFACE flag and src/cfgparser/cfgfile_gen.o X-Git-Tag: OLSRD_0_4_10~161 X-Git-Url: http://olsr.org/git/?p=olsrd.git;a=commitdiff_plain;h=1a2ef0518f31e00019413b6701d6f6e7ded114c4 include ADMIN_INTERFACE flag and src/cfgparser/cfgfile_gen.o --- diff --git a/lib/httpinfo/Makefile b/lib/httpinfo/Makefile index e19a3b45..ba122b1d 100644 --- 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. # -# $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 @@ -166,6 +166,13 @@ 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)