summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz>2013-02-22 18:31:40 +0100
committerStef Walter <stefw@gnome.org>2013-02-22 18:31:40 +0100
commita12545dd82da023975881a76472ec6784aedba97 (patch)
treedb44ebca23b6960c5e72cdb9e0ba30f4f588f3e9 /egg
parentfbd7eb25f3d1f6712d8cd5cc847e215b1b1286b8 (diff)
downloadgcr-a12545dd82da023975881a76472ec6784aedba97.tar.gz
Don't install test/mock libraries unnecessarily
And clean up the build as a result.
Diffstat (limited to 'egg')
-rw-r--r--egg/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/egg/Makefile.am b/egg/Makefile.am
index 1dca3a3..4cefe10 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -26,6 +26,10 @@ libegg_la_CFLAGS = \
$(GLIB_CFLAGS) \
$(LIBGCRYPT_CFLAGS)
+libegg_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(LIBGCRYPT_LIBS)
+
libegg_la_SOURCES = \
egg-armor.c egg-armor.h \
egg-asn1x.c egg-asn1x.h \
@@ -69,7 +73,7 @@ libegg_hex_la_SOURCES = \
libegg_hex_la_CFLAGS = \
$(GLIB_CFLAGS)
-libegg_hex_la_LIBS = \
+libegg_hex_la_LIBADD = \
$(GLIB_LIBS)
libegg_secmem_la_SOURCES = \
@@ -81,7 +85,7 @@ libegg_test_la_SOURCES = \
libegg_test_la_CFLAGS = \
$(GLIB_CFLAGS)
-libegg_test_la_LIBS = \
+libegg_test_la_LIBADD = \
$(GLIB_LIBS)
# -------------------------------------------------------------------