[PATCH] do not list check_PROGRAMS again in noinst_PROGRAMS
Stepan Kasal
skasal at redhat.com
Tue Feb 19 08:29:19 PST 2008
---
libpackagekit/Makefile.am | 3 ---
src/Makefile.am | 3 ---
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/libpackagekit/Makefile.am b/libpackagekit/Makefile.am
index 2405d2a..62623df 100644
--- a/libpackagekit/Makefile.am
+++ b/libpackagekit/Makefile.am
@@ -120,9 +120,6 @@ if PK_BUILD_TESTS
check_PROGRAMS = \
pk-self-test
-noinst_PROGRAMS = \
- pk-self-test
-
pk_self_test_SOURCES = \
pk-self-test.c \
$(NULL)
diff --git a/src/Makefile.am b/src/Makefile.am
index 21f3cb0..ff92f7a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -119,9 +119,6 @@ if PK_BUILD_TESTS
check_PROGRAMS = \
pk-self-test
-noinst_PROGRAMS = \
- pk-self-test
-
pk_self_test_SOURCES = \
pk-self-test.c \
$(shared_SOURCES) \
--
1.5.4.1
--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="0005-Use-VAR-syntax-in-makefiles-not-VAR.patch"
More information about the PackageKit
mailing list