blob: 05e1bd0a6f83928d728626d32e406ed8df83c76b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
check_PROGRAMS = \
test-indicator-sound
TESTS =
DISTCLEANFILES = $(TESTS)
#########################################
## test-indicator-sound
#########################################
test_indicator_sound_SOURCES = \
test-indicator-sound.c
test_indicator_sound_CFLAGS = \
$(APPLET_CFLAGS) \
-Wall -Werror \
-I$(srcdir) \
-DBUILD_DIR="\"$(builddir)\""
test_indicator_sound_LDADD = \
$(APPLET_LIBS) \
$(INDICATORDIR)/libsoundmenu.la
|