05564ceca7
This also introduces a new option to make TeX Live optional. Ipe tries to find LaTeX executables in PATH and some users might prefer to use their existing TeX Live installation.
13 lines
499 B
Diff
13 lines
499 B
Diff
diff --git a/src/ipepresenter/Makefile b/src/ipepresenter/Makefile
|
|
index ae3664e..f4f74ff 100644
|
|
--- a/src/ipepresenter/Makefile
|
|
+++ b/src/ipepresenter/Makefile
|
|
@@ -8,7 +8,7 @@ include ../common.mak
|
|
|
|
TARGET = $(call exe_target,ipepresenter)
|
|
|
|
-CXXFLAGS += -I../include -I../ipecanvas -I../ipecairo \
|
|
+CPPFLAGS += -I../include -I../ipecanvas -I../ipecairo \
|
|
$(UI_CFLAGS) $(CAIRO_CFLAGS) $(ZLIB_CFLAGS)
|
|
LIBS += -L$(buildlib) -lipecanvas -lipecairo -lipe \
|
|
$(UI_LIBS) $(CAIRO_LIBS) $(ZLIB_LIBS)
|