summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-10-26 14:07:15 +0100
committerStef Walter <stefw@redhat.com>2014-11-08 20:10:19 +0100
commitd9df0a179fbfae82f8cec20cf46e8b9f03c044ba (patch)
tree6c58309a12c35e18f553225c52714fb37576d70d
parentea36fd9182c143348851be2053bce9b6da052bc8 (diff)
downloadgnome-keyring-d9df0a179fbfae82f8cec20cf46e8b9f03c044ba.tar.gz
gpg-agent: No longer build the testing standalone agent
This just caused more unneccessary code that we'd never use.
-rw-r--r--daemon/gpg-agent/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/daemon/gpg-agent/Makefile.am b/daemon/gpg-agent/Makefile.am
index ad7c0592..70b565dd 100644
--- a/daemon/gpg-agent/Makefile.am
+++ b/daemon/gpg-agent/Makefile.am
@@ -13,18 +13,3 @@ libgkd_gpg_agent_la_SOURCES = \
libgkd_gpg_agent_la_CFLAGS = \
$(GCK_CFLAGS) \
$(GCR_CFLAGS)
-
-# ------------------------------------------------------------------------------
-# Standalone binary
-
-noinst_PROGRAMS += \
- gkd-gpg-agent-standalone
-
-gkd_gpg_agent_standalone_SOURCES = \
- daemon/gpg-agent/gkd-gpg-agent-standalone.c
-gkd_gpg_agent_standalone_CFLAGS = \
- $(GCK_CFLAGS)
-gkd_gpg_agent_standalone_LDADD = \
- libgkd-gpg-agent.la \
- libegg.la \
- $(DAEMON_LIBS)