169452e2f2
changes: bugfixes
27 lines
702 B
Text
27 lines
702 B
Text
$NetBSD: patch-cl,v 1.8 2012/07/24 18:23:38 drochner Exp $
|
|
|
|
--- gio/Makefile.am.orig 2012-07-14 20:33:13.000000000 +0000
|
|
+++ gio/Makefile.am
|
|
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
|
|
|
|
NULL =
|
|
|
|
-SUBDIRS = gdbus-2.0/codegen
|
|
+SUBDIRS =
|
|
|
|
if OS_UNIX
|
|
SUBDIRS += xdgmime
|
|
@@ -715,13 +715,6 @@ gdbus_LDADD = libgio-2.0.la \
|
|
$(top_builddir)/glib/libglib-2.0.la \
|
|
$(top_builddir)/gobject/libgobject-2.0.la
|
|
|
|
-completiondir = $(datadir)/bash-completion/completions
|
|
-completion_DATA = \
|
|
- completion/gdbus \
|
|
- completion/gsettings \
|
|
- completion/gresource
|
|
-EXTRA_DIST += $(completion_DATA)
|
|
-
|
|
# ------------------------------------------------------------------------
|
|
# gresource tool
|
|
|