diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-01-25 23:44:56 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-01-26 00:02:06 +0800 |
commit | bbf4bebc4c243fb47d9e0698af88621f859a7449 (patch) | |
tree | 3348b78fff93244270d4a0fc68213e704a68dbd8 /nautilus-sendto-plugin/Makefile.am | |
parent | 386ee2dc8453117ff1a2042ff0428a34d646b952 (diff) | |
download | gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar.gz gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar.bz2 gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar.lz gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar.xz gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.tar.zst gsoc2013-empathy-bbf4bebc4c243fb47d9e0698af88621f859a7449.zip |
Fix building nst plugin out of tree.
Diffstat (limited to 'nautilus-sendto-plugin/Makefile.am')
-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 8fc5c1e4b..adc9bfb67 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -2,6 +2,7 @@ plugindir = $(libdir)/nautilus-sendto/plugins INCLUDES = \ -I$(top_builddir) \ + -I$(top_srcdir) \ -DLOCALEDIR=\""$(datadir)/locale"\" \ $(NST_CFLAGS) \ $(WARN_CFLAGS) \ |