Correct include dir.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27273 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-11-05 18:25:24 +00:00
parent 4e2c8c4f9b
commit 5ec13cc15b

View File

@ -38,7 +38,7 @@ lyx_LDADD = \
if LYX_WIN_RESOURCE if LYX_WIN_RESOURCE
.rc.o: .rc.o:
cp $(top_srcdir)/development/Win32/packaging/icons/lyx_*32x32.ico . 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 endif
#lyx_LDFLAGS=-Wl,-O1 #lyx_LDFLAGS=-Wl,-O1