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
34 lines
435 B
Makefile
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
|