]> granicus.if.org Git - libjpeg-turbo/commitdiff
Use the correct version to name the shared library, and if the shared library build...
authorDRC <dcommander@users.sourceforge.net>
Thu, 28 Jan 2010 22:18:41 +0000 (22:18 +0000)
committerDRC <dcommander@users.sourceforge.net>
Thu, 28 Jan 2010 22:18:41 +0000 (22:18 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@72 632fc199-4ca6-4c93-a231-07263d6284db

Makefile.am

index bafa3d491321ef330bba396f98441a2177413a04..53e6a434efc8565660a5d17db10e842ec8849261 100644 (file)
@@ -1,15 +1,16 @@
 if WITH_SHARED
 
 lib_LTLIBRARIES = libjpeg.la
+libjpeg_la_LDFLAGS = -version-number 62:0:0 -no-undefined
+include_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h
 
 else
 
 noinst_LTLIBRARIES = libjpeg.la
+noinst_HEADERS = jconfig.h jerror.h jmorecfg.h jpeglib.h
 
 endif
 
-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