diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-07 21:49:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-07-08 17:40:30 +0800 |
commit | bc2b3bf0966076e8452a170a9741ded016051f44 (patch) | |
tree | d7abd4f1a696570963eb4c09b946b55c119707ae /nautilus-sendto-plugin/Makefile.am | |
parent | 85063c344a4dada140b609c726118a889e4e09ac (diff) | |
download | gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar.gz gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar.bz2 gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar.lz gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar.xz gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.tar.zst gsoc2013-empathy-bc2b3bf0966076e8452a170a9741ded016051f44.zip |
move GTK+ check to its own PKG_CHECK_MODULES
Diffstat (limited to 'nautilus-sendto-plugin/Makefile.am')
-rw-r--r-- | nautilus-sendto-plugin/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
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 |