[Xfce4-commits] <xfce4-clipman-plugin:master> Fix make check

Mike Massonnet noreply at xfce.org
Sat May 7 19:56:01 CEST 2011


Updating branch refs/heads/master
         to 040cfee8bfcbec50c2cf74d9fc8930b98a098647 (commit)
       from 4b08db62bd85e6c9abc3c00570eaae365d992ad5 (commit)

commit 040cfee8bfcbec50c2cf74d9fc8930b98a098647
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat May 7 18:46:43 2011 +0200

    Fix make check

 tests/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d2e4080..96c9589 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,8 +11,8 @@ INCLUDES =								\
 
 check_PROGRAMS = test-actions test-daemon test-targets
 test_actions_SOURCES = test_actions.c ../panel-plugin/actions.c ../panel-plugin/actions.h ../panel-plugin/common.h
-test_actions_CFLAGS = @GTK_CFLAGS@ @EXO_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ @LIBXFCEGUI4_CFLAGS@
-test_actions_LDADD = @GTK_LIBS@ @EXO_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCEGUI4_LIBS@ 
+test_actions_CFLAGS = @GTK_CFLAGS@ @EXO_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ @LIBXFCE4UI_CFLAGS@
+test_actions_LDADD = @GTK_LIBS@ @EXO_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCE4UI_LIBS@
 test_daemon_SOURCES = test_daemon.c
 test_daemon_CFLAGS = @GTK_CFLAGS@
 test_daemon_LDADD = $(top_builddir)/daemon/libdaemon.la @GTK_LIBS@



More information about the Xfce4-commits mailing list