From 012a1c805a62dd4ab916b59d802ca532474e8607 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 25 May 2010 11:38:40 +0000 Subject: [PATCH] Forgot on makefiles git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34500 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 1 + lib/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 6bcba4e0cf..c432c3efc5 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -1416,6 +1416,7 @@ lib_images_files = Split(''' buffer-export_text.png buffer-new.png buffer-reload.png + buffer-toggle-output-sync.png buffer-update.png buffer-update_dvi.png buffer-update_pdf.png diff --git a/lib/Makefile.am b/lib/Makefile.am index 6130b4fbd3..3fd2068e43 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -309,6 +309,7 @@ dist_images_DATA = \ images/buffer-export_text.png \ images/buffer-new.png \ images/buffer-reload.png \ + images/buffer-toggle-output-sync.png \ images/buffer-update.png \ images/buffer-update_dvi.png \ images/buffer-update_pdf.png \ -- 2.39.5