6736ec938c
This should be the latest release before the new stable 0.8.
22 lines
1.2 KiB
Plaintext
22 lines
1.2 KiB
Plaintext
$OpenBSD: patch-bin_Makefile_in,v 1.4 2011/05/09 08:43:45 ajacoutot Exp $
|
|
--- bin/Makefile.in.orig Mon May 9 10:10:12 2011
|
|
+++ bin/Makefile.in Mon May 9 10:28:38 2011
|
|
@@ -51,7 +51,7 @@ am_dconf_OBJECTS = dconf.$(OBJEXT) dconf-update.$(OBJE
|
|
gvdb-builder.$(OBJEXT)
|
|
dconf_OBJECTS = $(am_dconf_OBJECTS)
|
|
am__DEPENDENCIES_1 =
|
|
-dconf_DEPENDENCIES = $(am__DEPENDENCIES_1) ../client/libdconf.so.0
|
|
+dconf_DEPENDENCIES = $(am__DEPENDENCIES_1) ../client/libdconf.so.${LIBdconf_VERSION}
|
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
|
am__vpath_adj = case $$p in \
|
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
|
|
@@ -221,7 +221,7 @@ top_srcdir = @top_srcdir@
|
|
AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
|
|
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client -I$(top_srcdir)/gvdb $(gio_CFLAGS)
|
|
dconf_VALAFLAGS = --vapidir ../client --pkg=gio-2.0 --pkg=posix --pkg=dconf
|
|
-dconf_LDADD = $(gio_LIBS) ../client/libdconf.so.0
|
|
+dconf_LDADD = $(gio_LIBS) ../client/libdconf.so.${LIBdconf_VERSION}
|
|
dconf_SOURCES = dconf.vala dconf-update.vala ../gvdb/gvdb-builder.c gvdb.vapi fixes.vapi
|
|
completiondir = $(sysconfdir)/bash_completion.d
|
|
completion_SCRIPTS = dconf-bash-completion.sh
|