From bc2b3bf0966076e8452a170a9741ded016051f44 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 7 Jul 2010 15:49:08 +0200 Subject: move GTK+ check to its own PKG_CHECK_MODULES --- nautilus-sendto-plugin/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nautilus-sendto-plugin') diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index adc9bfb67..03564fe02 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -7,7 +7,8 @@ INCLUDES = \ $(NST_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) \ - $(EMPATHY_CFLAGS) + $(EMPATHY_CFLAGS) \ + $(GTK_CFLAGS) plugin_LTLIBRARIES = libnstempathy.la -- cgit v1.2.3