summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hult <rhult@src.gnome.org>2003-11-27 23:24:02 +0000
committerRichard Hult <rhult@src.gnome.org>2003-11-27 23:24:02 +0000
commitbee1be7dcfa68cede903522b1c30bb4765351f1a (patch)
tree3e7bc28aea11c16518b9e56fefc464979339df99
parent1a2b49fd01acaba11b8615c884910a94dda10c4d (diff)
downloadgconf-bee1be7dcfa68cede903522b1c30bb4765351f1a.tar.gz
Fix distcheck.
-rw-r--r--configure.in2
-rw-r--r--gconf/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 67839d11..0403c74d 100644
--- a/configure.in
+++ b/configure.in
@@ -175,7 +175,7 @@ dnl NOTE: We need to use a separate automake conditional for this
dnl to make this work with the tarballs.
AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
-AC_ARG_WITH(ipc, [ --with-ipc=[orbit/dbus/both] choose ipc mechanism to use in the daemon, [default=orbit]], with_ipc="$withval", with_ipc=orbit)
+AC_ARG_WITH(ipc, [ --with-ipc=[orbit/dbus/both] choose ipc mechanism to use in the daemon, [default=dbus]], with_ipc="$withval", with_ipc=dbus)
if test x$with_ipc = xorbit -o x$with_ipc = xboth; then
PKG_CHECK_MODULES(GCONF_ORBIT, ORBit-2.0 >= 2.4.0 linc >= 0.5.0, have_orbit=yes, have_orbit=no)
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 1d65806e..ded23df6 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -154,7 +154,7 @@ libgconf_2_la_SOURCES = \
libgconf_2_la_LDFLAGS = -version-info $(GCONF_CURRENT):$(GCONF_REVISION):$(GCONF_AGE) -no-undefined
libgconf_2_la_LIBADD = $(INTLLIBS) $(DEPENDENT_LIBS) $(GCONF_IPC_LIBS)
-EXTRA_DIST=GConfX.idl default.path.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh gconf-corba.c gconf-corba.h gconf-corba-utils.c gconf-corba.utils.h gconf-database-corba.c gconf-database-corba.h gconfd-corba.c gconf-dbus.c gconf-database-dbus.c gconf-database-dbus.h gconfd-dbus.c gconfd-dbus.h
+EXTRA_DIST=GConfX.idl default.path.in gconfmarshal.list regenerate-enum-header.sh regenerate-enum-footer.sh gconf-corba.c gconf-corba.h gconf-corba-utils.c gconf-corba-utils.h gconf-database-corba.c gconf-database-corba.h gconfd-corba.c gconf-dbus.c gconf-database-dbus.c gconf-database-dbus.h gconfd-dbus.c gconfd-dbus.h
install-data-local:
-mkdir -p $(DESTDIR)$(sysconfdir)/gconf/$(MAJOR_VERSION)