You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
diff -up libjpeg-turbo-1.2.90-20130204svn922/Makefile.am.noinst libjpeg-turbo-1.2.90-20130204svn922/Makefile.am |
|
--- libjpeg-turbo-1.2.90-20130204svn922/Makefile.am.noinst 2013-01-19 02:06:46.000000000 +0100 |
|
+++ libjpeg-turbo-1.2.90-20130204svn922/Makefile.am 2013-02-04 15:55:18.824110574 +0100 |
|
@@ -89,9 +89,7 @@ noinst_PROGRAMS = jcstest |
|
|
|
if WITH_TURBOJPEG |
|
|
|
-bin_PROGRAMS += tjbench |
|
- |
|
-noinst_PROGRAMS += tjunittest |
|
+noinst_PROGRAMS += tjbench tjunittest |
|
|
|
tjbench_SOURCES = tjbench.c bmp.h bmp.c tjutil.h tjutil.c rdbmp.c rdppm.c \ |
|
wrbmp.c wrppm.c |
|
@@ -144,14 +142,6 @@ dist_man1_MANS = cjpeg.1 djpeg.1 jpegtra |
|
DOCS= coderules.txt jconfig.txt change.log rdrle.c wrrle.c BUILDING.txt \ |
|
ChangeLog.txt |
|
|
|
-docdir = $(datadir)/doc |
|
-dist_doc_DATA = README README-turbo.txt libjpeg.txt structure.txt usage.txt \ |
|
- wizard.txt |
|
- |
|
-exampledir = $(datadir)/doc |
|
-dist_example_DATA = example.c |
|
- |
|
- |
|
EXTRA_DIST = win release $(DOCS) testimages md5cmp CMakeLists.txt \ |
|
sharedlib/CMakeLists.txt cmakescripts libjpeg.map.in doc doxygen.config \ |
|
jccolext.c jdcolext.c jdmrgext.c
|
|
|