blob: 029611a1b9d8919f9506877ea74cd5e9fcdf08ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$NetBSD: patch-ac,v 1.5 2006/12/07 22:10:06 minskim Exp $
http://bugzilla.gnome.org/show_bug.cgi?id=383525
--- libgnomedb/Makefile.in.orig 2006-10-26 05:38:16.000000000 -0700
+++ libgnomedb/Makefile.in
@@ -309,7 +309,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
lib_LTLIBRARIES = libgnomedb-3.la
-SUBDIRS = . data-entries graph
+SUBDIRS = data-entries graph .
INCLUDES = \
-I$(top_srcdir) \
-I$(top_builddir) \
@@ -452,7 +452,7 @@ libgnomedb_3_la_SOURCES = \
$(gnomedb_sources)
libgnomedb_3_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE) -no-undefined
-libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS)
+libgnomedb_3_la_LIBADD = $(LIBGNOMEDB_LIBS) $(GTKSOURCEVIEW_LIBS) $(LIBGLADE_LIBS) $(WITHGNOME_LIBS) data-entries/libgnomedb_handlers-3.la
libgnomedb_marshal_built_files = marshal.h marshal.c
EXTRA_DIST = marshal.list
all: all-recursive
|