[pulseaudio-commits] r2103 - /trunk/src/Makefile.am
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Thu Jan 24 02:45:36 PST 2008
Author: flameeyes
Date: Thu Jan 24 11:45:33 2008
New Revision: 2103
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2103&root=pulseaudio&view=rev
Log:
Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/Makefile.am?rev=2103&root=pulseaudio&r1=2102&r2=2103&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Jan 24 11:45:33 2008
@@ -226,7 +226,7 @@
# Test programs #
###################################
-noinst_PROGRAMS = \
+check_PROGRAMS = \
mainloop-test \
mcalign-test \
pacat-simple \
@@ -258,13 +258,13 @@
proplist-test
if HAVE_SIGXCPU
-noinst_PROGRAMS += \
+check_PROGRAMS += \
cpulimit-test \
cpulimit-test2
endif
if HAVE_GLIB20
-noinst_PROGRAMS += \
+check_PROGRAMS += \
mainloop-test-glib
endif
More information about the pulseaudio-commits
mailing list