From 09f65d9920c22be8f68108a72a53f159e6b1ab80 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Fri, 3 Apr 2009 14:54:40 +0000 Subject: [PATCH] Don't install test programs, build them only. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3751 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/jpeg/Makefile.am b/common/jpeg/Makefile.am index 93120789..5adc1309 100644 --- a/common/jpeg/Makefile.am +++ b/common/jpeg/Makefile.am @@ -22,7 +22,7 @@ endif TSTHDRS = turbojpeg.h rrutil.h rrtimer.h -bin_PROGRAMS = jpgtest jpegut +noinst_PROGRAMS = jpgtest jpegut jpgtest_SOURCES = $(TSTHDRS) jpgtest.cxx bmp.c turbojpegl.c -- 2.39.5