From: Pierre Ossman Date: Fri, 10 Jul 2009 12:59:14 +0000 (+0000) Subject: Make our Makefile.am a bit easier to convert to a standalone one by X-Git-Tag: 0.0.90~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d20b7e6622c21d7cf35741f2d176b1db3ec740a;p=libjpeg-turbo Make our Makefile.am a bit easier to convert to a standalone one by indicating which headers are the public ones. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@54 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/Makefile.am b/Makefile.am index ffba1ee..26fe44c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ noinst_LTLIBRARIES = libjpeg.la +noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h turbojpeg.h