[Xfce4-commits] <xfce4-clipman-plugin:master> [tests] Build with make check
Mike Massonnet
noreply at xfce.org
Sun Dec 27 21:50:01 CET 2009
Updating branch refs/heads/master
to d5764eb0dbd100fb4a03b01fbef5e11535373021 (commit)
from c14f7c8b636b72a4b0edc99c3a186261759c9396 (commit)
commit d5764eb0dbd100fb4a03b01fbef5e11535373021
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Dec 27 21:45:00 2009 +0100
[tests] Build with make check
Drop the "if MAINTAINER_MODE" block and switch noinst against check. The
test programs will therefore always be possible to be built by running
make -C tests check.
tests/Makefile.am | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4a27567..d2e4080 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,3 @@
-if MAINTAINER_MODE
NULL =
INCLUDES = \
@@ -10,7 +9,7 @@ INCLUDES = \
-DLOCALEDIR=\"$(localedir)\" \
$(NULL)
-noinst_PROGRAMS = test-actions test-daemon test-targets
+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@
@@ -20,5 +19,4 @@ test_daemon_LDADD = $(top_builddir)/daemon/libdaemon.la @GTK_LIBS@
test_targets_SOURCES = test_targets.c
test_targets_CFLAGS = @GTK_CFLAGS@
test_targets_LDADD = @GTK_LIBS@
-endif
More information about the Xfce4-commits
mailing list