From 4d52567187f45dc48d5393409e701eeba42e729a Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Fri, 3 Nov 2006 22:06:50 +0000 Subject: [PATCH] * lib/Makefile.am: install new change tracking icons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15720 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index e1679af34f..71b6adf800 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -149,6 +149,8 @@ dist_examples_DATA = \ imagesdir = $(pkgdatadir)/images dist_images_DATA = \ + images/all-changes-accept.xpm \ + images/all-changes-reject.xpm \ images/amssymb.xpm \ images/banner.ppm \ images/bookmark-goto.xpm \ @@ -168,6 +170,12 @@ dist_images_DATA = \ images/buffer-write-as.xpm \ images/buffer-write.xpm \ images/build-program.xpm \ + images/change-accept.xpm \ + images/change-next.xpm \ + images/change-reject.xpm \ + images/changes-merge.xpm \ + images/changes-output.xpm \ + images/changes-track.xpm \ images/copy.xpm \ images/cut.xpm \ images/depth-decrement.xpm \ -- 2.39.2