Files
evolution/Makefile.am
Ettore Perazzoli 0889a3a50e Fix a build problem (e-table now depends on the `misc' widgets, so we
need to build the `misc' directory first) and install a `.desktop'
file and an icon file.  (For now, the icon file is a copy of
`evolution-inbox.png'.)

svn path=/trunk/; revision=3527
2000-06-12 00:41:06 +00:00

44 lines
616 B
Makefile

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