[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 02/03: Fix make distcheck
noreply at xfce.org
noreply at xfce.org
Thu Sep 15 10:19:45 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository panel-plugins/xfce4-clipman-plugin.
commit 88bbbc180c11ba1fe4fd6a5e7081e47f41a60a8b
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Sep 15 10:18:57 2016 +0200
Fix make distcheck
---
tests/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7fb06fa..1d44823 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -11,8 +11,8 @@ AM_CPPFLAGS = \
check_PROGRAMS = test-actions test-daemon test-targets test-xfakekey
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@ @LIBXFCE4UI_CFLAGS@
-test_actions_LDADD = @GTK_LIBS@ @EXO_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCE4UI_LIBS@
+test_actions_CFLAGS = @GTK_CFLAGS@ @LIBXFCE4UTIL_CFLAGS@ @LIBXFCE4UI_CFLAGS@
+test_actions_LDADD = @GTK_LIBS@ @LIBXFCE4UTIL_LIBS@ @LIBXFCE4UI_LIBS@
test_daemon_SOURCES = test_daemon.c
test_daemon_CFLAGS = @GTK_CFLAGS@
test_daemon_LDADD = $(top_builddir)/x11-clipboard-manager/libdaemon.la @GTK_LIBS@
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list