diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 21:14:08 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-15 21:14:08 +0800 |
commit | 4a8508f3b3a0c595add6908188a9a3e9c46c509a (patch) | |
tree | 70e73c094dda21cb867bb425e7b62b6fe7d36ad7 /nautilus-sendto-plugin/Makefile.am | |
parent | 2a549bda5cbe7972fe496a9e02d6a9911214205c (diff) | |
parent | 8d93b865c03829043b17010bc2bd7e3a89dbfb69 (diff) | |
download | gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar.gz gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar.bz2 gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar.lz gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar.xz gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.tar.zst gsoc2013-empathy-4a8508f3b3a0c595add6908188a9a3e9c46c509a.zip |
Merge remote branch 'zdra/configure'
Diffstat (limited to 'nautilus-sendto-plugin/Makefile.am')
-rw-r--r-- | nautilus-sendto-plugin/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index 03564fe02..adc9bfb67 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -7,8 +7,7 @@ INCLUDES = \ $(NST_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) \ - $(EMPATHY_CFLAGS) \ - $(GTK_CFLAGS) + $(EMPATHY_CFLAGS) plugin_LTLIBRARIES = libnstempathy.la |