[Xfce4-commits] [apps/xfce4-notifyd] 01/01: Fix build problem with icon-tests
noreply at xfce.org
noreply at xfce.org
Sun Oct 2 16:22:42 CEST 2016
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/xfce4-notifyd.
commit 0ea05c64b3d00b848e524d0e616f2ec37683c964
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Oct 2 16:16:32 2016 +0200
Fix build problem with icon-tests
---
Makefile.am | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a5dc43c..eca9772 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -305,12 +305,11 @@ tests_ldadd = \
$(LIBNOTIFY_LIBS)
icon_tests_cflags = \
- -I$(builddir) \
- $(GTK3_CFLAGS) \
+ $(common_cflags) \
$(tests_cflags)
icon_tests_ldadd = \
- $(GTK3_LIBS) \
+ $(common_ldadd) \
$(tests_ldadd)
tests_test_actions_SOURCES = tests/test-actions.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list