]> git.0d.be Git - empathy.git/blob - nothere/src/Makefile.am
Merge commit 'bigon/configure-deprecated-flag'
[empathy.git] / nothere / src / Makefile.am
1 AM_CPPFLAGS = \
2         -I$(top_srcdir) \
3         -DPKGDATADIR=\""$(pkgdatadir)"\" \
4         -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
5         -DIMAGEDIR=\"$(datadir)/empathy\" \
6         $(NOTHERE_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
7
8 libexec_PROGRAMS = nothere-applet
9 nothere_applet_SOURCES =                                        \
10         nothere-applet.c        nothere-applet.h
11
12 nothere_applet_LDFLAGS =                                        \
13         $(NOTHERE_LIBS)
14
15 nothere_applet_LDADD =                                  \
16         $(top_builddir)/libempathy/libempathy.la \
17         $(top_builddir)/libempathy-gtk/libempathy-gtk.la