You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/libupnp/files/libupnp-1.14.12-disable-net...

16 lines
416 B

--- a/upnp/Makefile.am
+++ b/upnp/Makefile.am
@@ -203,10 +203,8 @@
# check / distcheck tests
-check_PROGRAMS = test_init test_url test_log test_list
-TESTS = test_init test_url test_log test_list
-test_init_SOURCES = test/test_init.c
-test_url_SOURCES = test/test_url.c
+check_PROGRAMS = test_log test_list
+TESTS = test_log test_list
test_log_SOURCES = test/test_log.c
test_list_SOURCES = test/test_list.c