Files
evolution/Makefile.am
NotZed 64c513f9fe Add libunicode to CFLAGS/LIBS.
2000-02-14  NotZed  <notzed@zedzone.helixcode.com>

        * configure.in (EXTRA_GNOME_CFLAGS): Add libunicode to CFLAGS/LIBS.

2000-02-13  NotZed  <notzed@zedzone.helixcode.com>

        * configure.in: Added check for libunicode.

        * Makefile.am (SUBDIRS): Added libibex.

        * tests/test11.c (main): New test, tests search api.

svn path=/trunk/; revision=1774
2000-02-14 05:44:48 +00:00

34 lines
435 B
Makefile

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