From 5ec13cc15b2ee9dd289e2143089b551dca6fdf1f Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Wed, 5 Nov 2008 18:25:24 +0000 Subject: [PATCH] Correct include dir. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27273 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index a94f6c720c..8f96553cb6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,7 @@ lyx_LDADD = \ if LYX_WIN_RESOURCE .rc.o: cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico . - windres -I. --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@ + windres -I$(top_builddir) --preprocessor "$(CPP) -xc-header -DRC_INVOKED" $< -o $@ endif #lyx_LDFLAGS=-Wl,-O1 -- 2.39.2