From 14cd0064514c85f28dc86f64bb1d82dabbdc328d Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 27 Feb 2002 22:42:12 +0000 Subject: [PATCH] GNOKII_MAIN symbol used for Gnokii compilation - differed from configure.in test programs --- Makefile.global.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global.in b/Makefile.global.in index b00c902..92fea11 100644 --- a/Makefile.global.in +++ b/Makefile.global.in @@ -73,6 +73,6 @@ ifdef WIN32 endif -CFLAGS += -I$(GNOKII_INCLUDE) +CFLAGS += -I$(GNOKII_INCLUDE) -DGNOKII_MAIN=1 LDFLAGS = $(LIBS) -Wl,--rpath -Wl,$(libdir) -- 1.8.3.1