From 4bbbb6c81461d139c9909e84d46b99a14178c33a Mon Sep 17 00:00:00 2001 From: Marcel Dijkstra Date: Wed, 23 May 2012 02:57:24 +0200 Subject: only depend on gmodule-2.0 if it exists --- capplets/common/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'capplets') diff --git a/capplets/common/Makefile.am b/capplets/common/Makefile.am index 127af950..6dcd64f7 100644 --- a/capplets/common/Makefile.am +++ b/capplets/common/Makefile.am @@ -55,7 +55,8 @@ mate_theme_test_SOURCES = \ mate_theme_test_LDADD = \ libcommon.la \ - $(MATECC_CAPPLETS_LIBS) + $(MATECC_CAPPLETS_LIBS) \ + $(MATECC_LIBS) noinst_PROGRAMS = \ mate-theme-test -- cgit v1.2.1