[Xfce4-commits] [xfce/libxfce4ui] 10/28: Rename test-ui-gtk3 to test-ui
noreply at xfce.org
noreply at xfce.org
Thu Jan 9 23:31:53 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit 9e4f06a0c891ca5d726729d71c66b99606812889
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Jan 3 23:59:44 2020 +0100
Rename test-ui-gtk3 to test-ui
Since we don't support Gtk2 anymore, this is a more meaningful name.
---
tests/Makefile.am | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e2c3d11..47849bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,22 +27,22 @@ if BUILD_TESTS
# test-ui-gtk3
noinst_PROGRAMS += \
- test-ui-gtk3
+ test-ui
-test_ui_gtk3_SOURCES = \
+test_ui_SOURCES = \
test-ui.c
-test_ui_gtk3_CFLAGS = \
+test_ui_CFLAGS = \
$(LIBSM_CFLAGS) \
$(GTK3_CFLAGS) \
$(LIBSTARTUP_NOTIFICATION_CFLAGS) \
$(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
-test_ui_gtk3_DEPENDENCIES = \
+test_ui_DEPENDENCIES = \
$(top_builddir)/libxfce4ui/libxfce4ui-2.la
-test_ui_gtk3_LDADD = \
+test_ui_LDADD = \
$(LIBSM_LIBS) \
$(GTK3_LIBS) \
$(LIBSTARTUP_NOTIFICATION_LIBS) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list