diff options
author | Adam Tkac <atkac@redhat.com> | 2009-04-03 14:54:40 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-04-03 14:54:40 +0000 |
commit | 09f65d9920c22be8f68108a72a53f159e6b1ab80 (patch) | |
tree | 7580d03086878f8815a21d8cf4d7c0863608d732 | |
parent | 4b0794d79d5bc2baa4f1a0c9229eaae7b10df26a (diff) | |
download | tigervnc-09f65d9920c22be8f68108a72a53f159e6b1ab80.tar.gz tigervnc-09f65d9920c22be8f68108a72a53f159e6b1ab80.zip |
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
-rw-r--r-- | common/jpeg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |