diff options
| author | Dan Winship <danw@src.gnome.org> | 2000-04-09 08:44:21 +0800 | 
|---|---|---|
| committer | Dan Winship <danw@src.gnome.org> | 2000-04-09 08:44:21 +0800 | 
| commit | 9f78bda87d4806579ea6f95a9da866cc38904374 (patch) | |
| tree | 4f84a9bf1ace0921e4d08e3036b7aa2b1d910f84 /art | |
| parent | a09c52cdf9328ff9ddb64f727a06fe5d92d37b46 (diff) | |
| download | gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.gz gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.zst gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.zip  | |
pixmap_DATA should have been images_DATA (after pixmapdir was renamed to
	* art/Makefile.am: pixmap_DATA should have been images_DATA (after
	pixmapdir was renamed to imagesdir)
svn path=/trunk/; revision=2345
Diffstat (limited to 'art')
| -rw-r--r-- | art/Makefile.am | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 5feb519e21..648cecf30a 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -16,6 +16,5 @@ EXTRA_DIST = \  	mark.xpm \  	meeting.xpm \  	priority-high.xpm \ -	priority-low.xpm -# \ -#	$(pixmap_DATA) +	priority-low.xpm \ +	$(images_DATA)  | 
