[gvfs] Make the dnssd code non-shared
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs] Make the dnssd code non-shared
- Date: Tue, 21 Aug 2012 11:03:55 +0000 (UTC)
commit 68ba0866c5212afa47f5ffad9c8dfcd3060bea7a
Author: Alexander Larsson <alexl redhat com>
Date: Tue Aug 21 13:05:02 2012 +0200
Make the dnssd code non-shared
This code is tiny, and only used by two backends.
Having this code in a separate .so is likely a negative
gain in both size and speed.
common/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/common/Makefile.am b/common/Makefile.am
index 80f26ac..07ac8f4 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -51,7 +51,7 @@ libgvfscommon_monitor_la_LIBADD = \
$(GLIB_LIBS)
if HAVE_AVAHI
-lib_LTLIBRARIES += libgvfscommon-dnssd.la
+noinst_LTLIBRARIES += libgvfscommon-dnssd.la
libgvfscommon_dnssd_la_SOURCES = \
gvfsdnssdutils.c gvfsdnssdutils.h \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]