diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-11-30 14:51:10 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-11-30 14:51:10 +0000 |
commit | 469047a2a58430026d68a3b99b223b922b18b8d1 (patch) | |
tree | 0d7422285604a348f98f3c93e39afdf570050678 /test/Makefile.am | |
parent | ce669bd18cf00a3fc485ffedc53850e2d89b57e0 (diff) | |
download | nautilus-469047a2a58430026d68a3b99b223b922b18b8d1.tar.gz |
Merge gio-branch
svn path=/trunk/; revision=13464
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index b6fd4cd70..d018fea59 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -16,8 +16,11 @@ noinst_PROGRAMS =\ test-nautilus-wrap-table \ test-nautilus-search-engine \ test-nautilus-directory-async \ + test-nautilus-copy \ $(NULL) +test_nautilus_copy_SOURCES = test-copy.c test.c + test_nautilus_wrap_table_SOURCES = test-nautilus-wrap-table.c test.c test_nautilus_search_engine_SOURCES = test-nautilus-search-engine.c |