From 4bde209ef0f8ad381d70b2ade7eb3cf834eed074 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 2 Mar 2010 19:36:53 +0000 Subject: one big refactor --- tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index b20b070..ad985f4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -11,7 +11,8 @@ DISTCLEANFILES = $(TESTS) ## test-indicator-sound ######################################### test_indicator_sound_SOURCES = \ - test-indicator-sound.c + test-indicator-sound.c \ + $(top_builddir)/src/indicator-sound.c test_indicator_sound_CFLAGS = \ $(APPLET_CFLAGS) \ @@ -20,8 +21,7 @@ test_indicator_sound_CFLAGS = \ -DTOP_BUILD_DIR="\"${abs_top_builddir}\"" test_indicator_sound_LDADD = \ - $(APPLET_LIBS) \ - $(top_builddir)/src/libsoundmenu_la-indicator-sound.o + $(APPLET_LIBS) ######################################### -- cgit v1.2.3