mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
15 lines
386 B
Diff
15 lines
386 B
Diff
diff --git a/upnp/Makefile.am b/upnp/Makefile.am
|
|
index 133bd6a..4d8b9d0 100644
|
|
--- a/upnp/Makefile.am
|
|
+++ b/upnp/Makefile.am
|
|
@@ -196,8 +196,8 @@ libupnp_la_SOURCES += \
|
|
|
|
|
|
# check / distcheck tests
|
|
-check_PROGRAMS = test_init test_url
|
|
-TESTS = test_init test_url
|
|
+check_PROGRAMS = test_url
|
|
+TESTS = test_url
|
|
test_init_SOURCES = test/test_init.c
|
|
test_url_SOURCES = test/test_url.c
|
|
|