Files
evolution/Makefile.am
Michael Meeks 9964204c9c The Commit from hell that breaks all UI related stuff;
Anything UI related that breaks is now my fault; apologies in advance.

svn path=/trunk/; revision=5415
2000-09-13 23:40:42 +00:00

51 lines
1.1 KiB
Makefile

changelogs = \
ChangeLog
appicondir = $(datadir)/pixmaps
appicon_DATA = evolution.png
applicationdir = $(datadir)/gnome/apps/Applications
application_DATA = evolution.desktop
EXTRA_DIST = \
AUTHORS \
$(changelogs) \
README \
HACKING \
MAINTAINERS \
NEWS \
evolution.spec.in \
$(appicon_DATA) \
$(application_DATA)
SUBDIRS = \
intl \
macros \
data \
e-util \
widgets \
shell \
libibex \
camel \
filter \
composer \
mail \
libical \
libversit \
addressbook \
calendar \
wombat \
art \
ui \
default_user \
tools \
po \
doc
dist-hook: evolution.spec
cp evolution.spec $(distdir)