diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-05-27 19:52:07 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-06-18 23:18:02 +0800 |
commit | b606f4e60bd4ffe0d8d2b9121391d299a5941101 (patch) | |
tree | 58e56f4d6a2c550a5d2cc4304cd478b8c11063c4 | |
parent | 51a18eccb46077ed826aa95590ae8a2211c7a316 (diff) | |
download | gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar.gz gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar.bz2 gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar.lz gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar.xz gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.tar.zst gsoc2013-empathy-b606f4e60bd4ffe0d8d2b9121391d299a5941101.zip |
nautilus-sendto: add TPL CFLAGS
-rw-r--r-- | nautilus-sendto-plugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index adc9bfb67..83db1b681 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ $(NST_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) \ + $(TPL_CFLAGS) \ $(EMPATHY_CFLAGS) plugin_LTLIBRARIES = libnstempathy.la |