From e2982037d9f981a6070c3cf90148bde33edbfdc9 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 3 Feb 2011 21:16:41 +0000 Subject: [PATCH] add busy.gif to resources (in line with cmake) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37468 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 86929431d0..caa41159ae 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -20,7 +20,7 @@ moc_%.cpp: %.h Resources.qrc: Makefile $(AM_V_GEN)echo "" > $@ ; \ - find $(top_srcdir)/lib/images -name '*.png' \ + find $(top_srcdir)/lib/images -name '*.png' -o -name '*.gif' \ | sed -e 's:$(top_srcdir)/lib/\(.*\):&:' \ >> $@ ;\ echo "" >> $@ -- 2.39.5