blob: b4b016afcae232c04f4ca3b18a8d5b345d305b2c (
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)
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
|