summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src')
-rw-r--r--cppe/src/IceEC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceEC/Makefile b/cppe/src/IceEC/Makefile
index af936c3d52e..db516317850 100644
--- a/cppe/src/IceEC/Makefile
+++ b/cppe/src/IceEC/Makefile
@@ -114,7 +114,7 @@ endif
%.o: $(ICE_DIR)/%.cpp
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
-CPPFLAGS := -I.. $(CPPFLAGS) -DICE_API_EXPORTS -DICEE_PURE_CLIENT
+CPPFLAGS := -I.. $(CPPFLAGS) -DICE_API_EXPORTS -DICE_PURE_CLIENT
SLICE2CPPEFLAGS := --ice --include-dir IceE --dll-export ICE_API $(SLICE2CPPEFLAGS)
LINKWITH := $(ICE_OS_LIBS)