blob: 4a043ca51de3476258000d712f1d3b0b85338aeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
libexec_PROGRAMS = \
indicator-applet-sus
indicator_applet_sus_CFLAGS = \
-DG_LOG_DOMAIN=\""Indicator-Applet"\" \
-DDATADIR=\""$(datadir)"\" \
-DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \
-I$(srcdir)/.. \
$(APPLET_CFLAGS)
indicator_applet_sus_SOURCES = \
applet-main.c
indicator_applet_sus_LDADD = \
$(APPLET_LIBS)
|