]> git.0d.be Git - empathy.git/blob - nautilus-sendto-plugin/Makefile.am
Merge branch 'gnome-3-8'
[empathy.git] / nautilus-sendto-plugin / Makefile.am
1 plugindir = $(libdir)/nautilus-sendto/plugins
2
3 INCLUDES =                                      \
4         -I$(top_builddir)                       \
5         -I$(top_srcdir)/libempathy              \
6         -I$(top_srcdir)/libempathy-gtk          \
7         -DLOCALEDIR=\""$(datadir)/locale"\"     \
8         $(NST_CFLAGS)                           \
9         $(WARN_CFLAGS)                          \
10         $(ERROR_CFLAGS)                         \
11         $(DISABLE_DEPRECATED)                   \
12         $(TPAW_CFLAGS)                          \
13         $(EMPATHY_CFLAGS)
14
15 plugin_LTLIBRARIES = libnstempathy.la
16
17 libnstempathy_la_SOURCES = empathy-nautilus-sendto.c
18 libnstempathy_la_LDFLAGS = -module -avoid-version
19 libnstempathy_la_LIBADD =                               \
20         $(NST_LIBS)                                     \
21         $(TPAW_LIBS)                                    \
22         $(top_builddir)/libempathy/libempathy.la \
23         $(top_builddir)/libempathy-gtk/libempathy-gtk.la