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 /tests/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 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 441837288d..e437f42fa7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -38,5 +38,6 @@ noinst_PROGRAMS = \ test7 \ test9 \ test10 \ + test11 \ test-formatter \ $(THREAD_RELATED_TESTS) |