From ee3933ce582d21f6add90ca1d921de38ddf7e87f Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 10 Jul 2009 12:59:14 +0000 Subject: [PATCH] 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://svn.code.sf.net/p/tigervnc/code/trunk@3867 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/jpeg/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/common/jpeg/Makefile.am b/common/jpeg/Makefile.am index ffba1ee9..26fe44c5 100644 --- a/common/jpeg/Makefile.am +++ b/common/jpeg/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 -- 2.39.5