aboutsummaryrefslogtreecommitdiffstats
path: root/nothere/src/Makefile.am
blob: d2ff7fe4fb4a09b52d30d753c23b895eb70c0efb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
AM_CPPFLAGS = \
    -I$(top_srcdir) \
    -DPKGDATADIR=\""$(pkgdatadir)"\" \
    -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
    -DIMAGEDIR=\"$(datadir)/empathy\" \
    $(NOTHERE_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)

libexec_PROGRAMS = nothere-applet
nothere_applet_SOURCES =                    \
    nothere-applet.c    nothere-applet.h

nothere_applet_LDFLAGS =                    \
    $(NOTHERE_LIBS)

nothere_applet_LDADD =                  \
    $(top_builddir)/libempathy/libempathy.la \
    $(top_builddir)/libempathy-gtk/libempathy-gtk.la