]> git.0d.be Git - empathy.git/blob - nautilus-sendto-plugin/Makefile.am
UOA: Do not segfault when "Done" or "Cancel" button clicked but widget is not ready yet
[empathy.git] / nautilus-sendto-plugin / Makefile.am
1 plugindir = $(libdir)/nautilus-sendto/plugins
2
3 INCLUDES =                                      \
4         -I$(top_builddir)                       \
5         -I$(top_srcdir)                         \
6         -DLOCALEDIR=\""$(datadir)/locale"\"     \
7         $(NST_CFLAGS)                           \
8         $(WARN_CFLAGS)                          \
9         $(ERROR_CFLAGS)                         \
10         $(DISABLE_DEPRECATED)                   \
11         $(EMPATHY_CFLAGS)
12
13 plugin_LTLIBRARIES = libnstempathy.la
14
15 libnstempathy_la_SOURCES = empathy-nautilus-sendto.c
16 libnstempathy_la_LDFLAGS = -module -avoid-version
17 libnstempathy_la_LIBADD =                               \
18         $(NST_LIBS)                                     \
19         $(top_builddir)/libempathy/libempathy.la \
20         $(top_builddir)/libempathy-gtk/libempathy-gtk.la