aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin/Makefile.am
blob: 0bd286f6d44e9db31ee7d9a0a051bccb08e319dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
plugindir = $(libdir)/nautilus-sendto/plugins

INCLUDES =                  \
    -I$(top_builddir)           \
    -I$(top_srcdir)/libempathy      \
    -I$(top_srcdir)/libempathy-gtk      \
    -DLOCALEDIR=\""$(datadir)/locale"\" \
    $(NST_CFLAGS)               \
    $(WARN_CFLAGS)              \
    $(ERROR_CFLAGS)             \
    $(DISABLE_DEPRECATED)           \
    $(TPAW_CFLAGS)              \
    $(EMPATHY_CFLAGS)

plugin_LTLIBRARIES = libnstempathy.la

libnstempathy_la_SOURCES = empathy-nautilus-sendto.c
libnstempathy_la_LDFLAGS = -module -avoid-version
libnstempathy_la_LIBADD =               \
    $(NST_LIBS)                 \
    $(TPAW_LIBS)                    \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la