Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Dec 5, 2023
1 parent ad75fab commit 609152b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ LIPO =
LN_S = ln -s
LTLIBOBJS =
LT_SYS_LIBRARY_PATH =
MAGICKCACHE_GIT_REVISION = 211:836e35a:20231204
MAGICKCACHE_GIT_REVISION = 212:ad75fab:20231204
MAGICKCACHE_LIBRARY_AGE = 0
MAGICKCACHE_LIBRARY_CURRENT = 0
MAGICKCACHE_LIBRARY_CURRENT_MIN = 0
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3953,7 +3953,7 @@ MAGICKCACHE_PATCHLEVEL_VERSION=1

MAGICKCACHE_VERSION=1.0.0-1

MAGICKCACHE_GIT_REVISION=211:836e35a:20231204
MAGICKCACHE_GIT_REVISION=212:ad75fab:20231204


# Substitute library versioning
Expand Down
8 changes: 1 addition & 7 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
if DEBUG
AM_CFLAGS =-I$(top_srcdir)/utilities -I$(top_srcdir)/MagickCache -Wall -g -O3
else
AM_CFLAGS =-I$(top_srcdir)/utilities -I$(top_srcdir)/MagickCache -Wall -O3
endif

AM_CFLAGS += $(MAGICKCORE_CFLAGS)
AM_CFLAGS = $(MAGICKCORE_CFLAGS)

TESTS = magick-cache

Expand Down
7 changes: 1 addition & 6 deletions tests/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@DEBUG_FALSE@AM_CFLAGS = -I$(top_srcdir)/utilities \
@DEBUG_FALSE@ -I$(top_srcdir)/MagickCache -Wall -O3 \
@DEBUG_FALSE@ $(MAGICKCORE_CFLAGS)
@DEBUG_TRUE@AM_CFLAGS = -I$(top_srcdir)/utilities \
@DEBUG_TRUE@ -I$(top_srcdir)/MagickCache -Wall -g -O3 \
@DEBUG_TRUE@ $(MAGICKCORE_CFLAGS)
AM_CFLAGS = $(MAGICKCORE_CFLAGS)
magick_cache_SOURCES = magick-cache.c
magick_cache_LDADD = $(top_builddir)/MagickCache/libMagickCache.la \
$(AM_LDFLAGS) $(MAGICKCORE_LIBS)
Expand Down
4 changes: 2 additions & 2 deletions utilities/magick-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
% billions of images making it suitable as a web image service.
%
*/

#include "MagickCore/studio.h"

#include <MagickCore/studio.h>
#include "MagickCache/MagickCache.h"

/*
Expand Down

0 comments on commit 609152b

Please sign in to comment.