summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-01-29 15:51:58 +0000
committerAlexander Larsson <alexl@src.gnome.org>2008-01-29 15:51:58 +0000
commitd46c3ff4910c1d6518d1f44931e708cca3a29709 (patch)
treeb891bd015035619369aa8b888bd469ef3346150f /Makefile.am
parent6fb59fee83e2233d6b22fa7c586b6a6ebb8551e2 (diff)
downloadgvfs-d46c3ff4910c1d6518d1f44931e708cca3a29709.tar.gz
Added. Added. Added. Add gconf based implementation of
2008-01-29 Alexander Larsson <alexl@redhat.com> * Makefile.am: * configure.ac: * gconf/Makefile.am: Added. * gconf/gapplookupgconf.[ch]: Added. * gconf/gconf-module.c: Added. Add gconf based implementation of g_app_info_get_default_for_uri_scheme () svn path=/trunk/; revision=1206
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 42c5cfc4..ecdbf809 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,15 +4,14 @@ SUBDIRS = \
common \
client \
daemon \
+ gconf \
po \
programs \
test \
$(NULL)
if USE_HAL
-
SUBDIRS += hal
-
endif
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
@@ -28,4 +27,4 @@ DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update \
- $(NULL) \ No newline at end of file
+ $(NULL)