summaryrefslogtreecommitdiff
path: root/examples/ASX/Event_Server/Event_Server/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ASX/Event_Server/Event_Server/Makefile')
-rw-r--r--examples/ASX/Event_Server/Event_Server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/ASX/Event_Server/Event_Server/Makefile b/examples/ASX/Event_Server/Event_Server/Makefile
index 32b019bc87e..72dbafcb086 100644
--- a/examples/ASX/Event_Server/Event_Server/Makefile
+++ b/examples/ASX/Event_Server/Event_Server/Makefile
@@ -21,6 +21,8 @@ LOBJ = $(addsuffix .o,$(FILES))
SHOBJ = $(addsuffix .so,$(FILES))
LDLIBS = $(addprefix .shobj/,$(SHOBJ))
+#### -lGateway is needed for template instantiations with g++ -fno-implicit-templates
+LIBS = -lGateway
VLDLIBS = $(LDLIBS:%=%$(VAR))