blob: f0f9c6e673d6e82ceed69d45945fbb14d8b9eea3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libexec_PROGRAMS = \
indicator-applet
indicator_applet_CFLAGS = \
-DG_LOG_DOMAIN=\""Indicator-Applet"\" \
-DDATADIR=\""$(datadir)"\" \
-DINDICATOR_DIR=\""$(libexecdir)/indicators/1"\" \
$(APPLET_CFLAGS)
indicator_applet_SOURCES = \
applet-main.c
indicator_applet_LDADD = \
$(APPLET_LIBS)
|