summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-11-09 01:10:02 +0000
committerDarin Adler <darin@src.gnome.org>2001-11-09 01:10:02 +0000
commitbf4da2da8c5f7f26060fa2958575e54be784dbcd (patch)
treebfadfd5581e213be0f995c5076f1d07c7ea51574 /Makefile.am
parent19e8bc4da953cd5914cb675bf4d1ed2a10e815a4 (diff)
downloadnautilus-bf4da2da8c5f7f26060fa2958575e54be784dbcd.tar.gz
Just me, not the mailing list.
* MAINTAINERS: Just me, not the mailing list. * Makefile.am: Enable the components directory. * components/Makefile.am: Disable all but sample. * components/*/.cvsignore: * components/*/*.oaf.in: Removed. * components/*/*.server.in: Added. server -> oaf * components/*/Makefile.am: Install the servers in the right place. * configure.in: * libnautilus-adapter/Makefile.am: * libnautilus-private/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: Simplified CFLAGS, LIBS, and IDL_INCLUDES. * components/sample/Makefile.am: Switch to the new COMPONENT_CFLAGS. * components/sample/nautilus-sample-content-view.h: * components/sample/nautilus-sample-content-view.c: (nautilus_sample_content_view_finalize): Use instead of destroy. (bonobo_sample_callback): Mark string for localization.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c3f9a95e3..e9f4aadb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,6 +11,7 @@ SUBDIRS = \
libnautilus-private \
libnautilus-adapter \
src \
+ components \
po \
data \
icons \
@@ -20,7 +21,6 @@ SUBDIRS = \
$(NULL)
XXX = \
- components \
test \
$(NULL)