From 4ed91fd1633e90b8d1f872aa7ed023431958bd23 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 12 Oct 2012 09:32:02 +0200 Subject: do not play stupid games with jpeg vs. jpeglib Change-Id: I72ed637ecec5aff7528ff724b2665e22650c224b --- jpeg/StaticLibrary_jpeg.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jpeg') diff --git a/jpeg/StaticLibrary_jpeg.mk b/jpeg/StaticLibrary_jpeg.mk index d4846e0a6035..91e3773064ac 100644 --- a/jpeg/StaticLibrary_jpeg.mk +++ b/jpeg/StaticLibrary_jpeg.mk @@ -7,13 +7,13 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_StaticLibrary_StaticLibrary,jpeglib)) +$(eval $(call gb_StaticLibrary_StaticLibrary,jpeg)) -$(eval $(call gb_StaticLibrary_set_warnings_not_errors,jpeglib)) +$(eval $(call gb_StaticLibrary_set_warnings_not_errors,jpeg)) -$(eval $(call gb_StaticLibrary_use_unpacked,jpeglib,jpeg)) +$(eval $(call gb_StaticLibrary_use_unpacked,jpeg,jpeg)) -$(eval $(call gb_StaticLibrary_add_generated_cobjects,jpeglib,\ +$(eval $(call gb_StaticLibrary_add_generated_cobjects,jpeg,\ UnpackedTarball/jpeg/jaricom \ UnpackedTarball/jpeg/jcapimin \ UnpackedTarball/jpeg/jcapistd \ -- cgit v1.2.3