summaryrefslogtreecommitdiff
path: root/libnautilus-adapter
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-09-07 09:10:57 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-09-07 09:10:57 +0000
commit4734551b9a3920259b5a3da9922bd8b7c84e12db (patch)
tree0002e0048a29c35394681b02ee43045849430367 /libnautilus-adapter
parent4c7dc0ab85521ec151129c2072fb36f6e36e848b (diff)
downloadnautilus-4734551b9a3920259b5a3da9922bd8b7c84e12db.tar.gz
Link against libnautilus.
* libnautilus-adapter/Makefile.am: Link against libnautilus. * src/nautilus-component-adapter-factory.h, src/nautilus-component-adapter-factory.c: Fist cut at the easy to use wrapper interface for the soon to come adapter component (part of the work for bugzilla.eazel.com 1994). I made this a singleton object with the object actually exposed, but maybe I should hide the object details completely and just expose the actually useful function (which will instantiate the singleton when/if appropriate). * src/Makefile.am: Add to the build. Link against libnautilus-adapter.
Diffstat (limited to 'libnautilus-adapter')
-rw-r--r--libnautilus-adapter/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnautilus-adapter/Makefile.am b/libnautilus-adapter/Makefile.am
index 6ce81d97c..96928ad2e 100644
--- a/libnautilus-adapter/Makefile.am
+++ b/libnautilus-adapter/Makefile.am
@@ -12,6 +12,7 @@ INCLUDES=-I$(top_srcdir) -I$(top_builddir) -I. \
-D_REENTRANT
libnautilus_adapter_la_LDFLAGS= \
+ $(top_builddir)/libnautilus/libnautilus.la \
$(GNOME_LIBS) \
$(OAF_LIBS) \
$(BONOBOX_LIBS) \