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