summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:16:59 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-15 00:16:59 (EST)
commit969207b413e3e19fb75aed808ac63265b7e5fac3 (patch)
treefdecb77b3430acf30dabc8fad750ea2189f1a427 /src
parentc84bda4f1ca790e69483ef1e74b6d52be951d429 (diff)
opkg: revert unintended changes in src/Makefile.am
git-svn-id: http://opkg.googlecode.com/svn/trunk@108 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 35aaa2a..6b58f30 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,3 @@ bin_PROGRAMS = opkg-cl opkg-key
opkg_cl_SOURCES = opkg-frontend.c
opkg_cl_LDADD = $(top_builddir)/libopkg/libopkg.la \
$(top_builddir)/libbb/libbb.la
-
-opkg_key_SOURCES = opkg-key.c
-opkg_key_LDADD = $(GPGME_LIBS)