summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/parser/parser/Makefile')
-rw-r--r--ACEXML/parser/parser/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/parser/parser/Makefile b/ACEXML/parser/parser/Makefile
index 7eaddca72de..dcc47e84914 100644
--- a/ACEXML/parser/parser/Makefile
+++ b/ACEXML/parser/parser/Makefile
@@ -13,7 +13,7 @@ FILES = Entity_Manager \
DEFS = $(addsuffix .h,$(FILES))
LSRC = $(addsuffix .cpp,$(FILES))
-LIBS += $(ACELIB)
+LIBS += -lACEXML $(ACELIB)
CCFLAGS += -I../..
BUILD = $(VLIB) $(VSHLIB)