summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2002-01-03 23:18:38 +0000
committerDarin Adler <darin@src.gnome.org>2002-01-03 23:18:38 +0000
commit3eec4d53e18c0f9efd0c86e859bb3e48dbfbd003 (patch)
tree042a59d58554d855f57a33f54e3d21aaf7f2685a /Makefile.am
parentbaa640126870f63ee62b818f0c6e2b8e9596b753 (diff)
downloadnautilus-3eec4d53e18c0f9efd0c86e859bb3e48dbfbd003.tar.gz
Turn on test subdirectory.
* Makefile.am: Turn on test subdirectory. * test/test.c: (test_init), (test_label_new): * test/test.h: Build without using EelLabel. * src/nautilus-sidebar-title.c: Remove unused header include.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index cb55230c1..cf0b46f60 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@ SUBDIRS = \
libnautilus-private \
libnautilus-adapter \
src \
+ test \
components \
po \
data \
@@ -21,10 +22,6 @@ SUBDIRS = \
docs \
$(NULL)
-XXX = \
- test \
- $(NULL)
-
EXTRA_DIST= \
COPYING.LIB \
COPYING-DOCS \