X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=31701f2fb154735a9f1b5fb3f19c269fc37b8468;hb=233cfed3331e2a8fef39e2dff483dadbf011b772;hp=be8e478007e4a70e75aabc13f90ed37e3323bcbe;hpb=0fa4b7e736a6cc9c22620dcebbab457c219f79c8;p=lyx.git diff --git a/src/Makefile.am b/src/Makefile.am index be8e478007..31701f2fb1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ include $(top_srcdir)/config/common.am AM_CPPFLAGS += -I$(top_srcdir)/src AM_CPPFLAGS += $(BOOST_INCLUDES) $(ICONV_INCLUDES) $(ZLIB_INCLUDES) AM_CPPFLAGS += $(ENCHANT_CFLAGS) $(HUNSPELL_CFLAGS) $(MYTHES_INCLUDES) -AM_CPPFLAGS += $(QT_CPPFLAGS) $(QT_CORE_INCLUDES) +AM_CPPFLAGS += $(NOD_INCLUDES) $(QT_CPPFLAGS) $(QT_CORE_INCLUDES) if BUILD_CLIENT_SUBDIR CLIENT = client @@ -20,7 +20,7 @@ EXTRA_DIST = lyx_commit_hash.h.in \ mathed/CMakeLists.txt \ tests/CMakeLists.txt -OTHERLIBS = $(BOOST_LIBS) $(MYTHES_LIBS) $(ENCHANT_LIBS) $(HUNSPELL_LIBS) \ +OTHERLIBS = $(MYTHES_LIBS) $(ENCHANT_LIBS) $(HUNSPELL_LIBS) \ @LIBS@ $(ICONV_LIBS) $(ZLIB_LIBS) $(SOCKET_LIBS) \ $(LIBSHLWAPI) $(LIBPSAPI) @@ -696,7 +696,7 @@ ADD_FRAMEWORKS = -framework QtGui -framework QtCore -framework AppKit -framework endif TESTS_LIBS = support/liblyxsupport.a \ - $(LIBICONV) $(BOOST_LIBS) @LIBS@ \ + $(LIBICONV) @LIBS@ \ $(ICONV_LIBS) $(ZLIB_LIBS) $(QT_LIB) $(LIBSHLWAPI) check_layout_CPPFLAGS = $(AM_CPPFLAGS)