Files
evolution/Makefile.am
Dan Winship 0a26a651fc install new shortcut bar pixmaps.
* configure.in:
	* Makefile.am:
	* art/Makefile.am: install new shortcut bar pixmaps.

	* widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new
	pixmaps. This code needs to be restructured, but Damon is
	rumored to already be doing it.

svn path=/trunk/; revision=2261
2000-03-30 20:48:24 +00:00

38 lines
480 B
Makefile

changelogs = \
ChangeLog
EXTRA_DIST = \
AUTHORS \
$(changelogs) \
README \
HACKING \
MAINTAINERS \
NEWS
SUBDIRS = \
intl \
macros \
data \
e-util \
widgets \
shell \
libibex \
camel \
filter \
composer \
mail \
tests \
libical \
libversit \
addressbook \
calendar \
wombat \
art \
po
dist-hook:
for subdir in intl ; do \
mkdir $(distdir)/$$subdir ; \
cp -pr $(srcdir)/$$subdir $(distdir) ; \
done