diff options
author | NotZed <notzed@zedzone.helixcode.com> | 2000-02-14 13:44:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-02-14 13:44:48 +0800 |
commit | 64c513f9fe6163b2154255987e2a95b0d34d534e (patch) | |
tree | 92e7c6fc7875bc81d934343c12827f67d7f65991 /Makefile.am | |
parent | c145f90b49652191dc4135da4eaa522c76ba4874 (diff) | |
download | gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar.gz gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar.bz2 gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar.lz gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar.xz gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.tar.zst gsoc2013-evolution-64c513f9fe6163b2154255987e2a95b0d34d534e.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dbf1f33179..d699cc0c1a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ SUBDIRS = \ po \ macros \ data \ + libibex \ camel \ e-util \ widgets \ |