summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-08-21 13:05:02 +0200
committerAlexander Larsson <alexl@redhat.com>2012-08-21 13:05:02 +0200
commit68ba0866c5212afa47f5ffad9c8dfcd3060bea7a (patch)
tree430ec75c5e7018a01ad06362a4daca15e48975e1 /common
parent6cbe00dbfa5d4035918d5a2b28228dd5db915652 (diff)
downloadgvfs-68ba0866c5212afa47f5ffad9c8dfcd3060bea7a.tar.gz
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.
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 80f26ac6..07ac8f42 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 \