diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-12 09:32:02 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-12 09:33:40 +0200 |
commit | 4ed91fd1633e90b8d1f872aa7ed023431958bd23 (patch) | |
tree | f2256caffa2cb086dfe21e29c985af10b617917f /jpeg | |
parent | 5c635140c7aa4b31d23ea96c8d10be3b3a44d8f7 (diff) |
do not play stupid games with jpeg vs. jpeglib
Change-Id: I72ed637ecec5aff7528ff724b2665e22650c224b
Diffstat (limited to 'jpeg')
-rw-r--r-- | jpeg/StaticLibrary_jpeg.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |