diff options
author | Rodney Dawes <dobey@src.gnome.org> | 2002-11-20 01:21:44 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2002-11-20 01:21:44 +0800 |
commit | 3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a (patch) | |
tree | b0628c4a1a79596aeb955df65ed3a49f8ed4d5da /camel/tests/misc | |
parent | 4ebf3147101ea11847667e8fc3dcb713b4487b8d (diff) | |
download | gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.gz gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.tar.zst gsoc2013-evolution-3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a.zip |
Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)
* tests/*/Makefile.am: Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)
svn path=/trunk/; revision=18839
Diffstat (limited to 'camel/tests/misc')
-rw-r--r-- | camel/tests/misc/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/tests/misc/Makefile.am b/camel/tests/misc/Makefile.am index 4ad681158d..d3ed29f2e6 100644 --- a/camel/tests/misc/Makefile.am +++ b/camel/tests/misc/Makefile.am @@ -12,9 +12,7 @@ INCLUDES = \ LDADD = \ $(top_builddir)/camel/libcamel.la \ $(top_builddir)/e-util/libeutil.la \ - $(GNOME_LIBDIR) \ $(top_builddir)/camel/tests/lib/libcameltest.a \ - $(GNOMEUI_LIBS) \ $(INTLLIBS) \ $(EVOLUTION_MAIL_LIBS) |