From d26f39914e813aff492020b3d8463965ca8ca574 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 9 Jun 2014 22:59:49 +0200 Subject: Use thumbnails in EXIF tags; requirement for libexif is back --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c7afcd..a8320bb 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ -VERSION = git-20140531 +VERSION = git-20140609 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man CC = gcc CFLAGS = -std=c99 -Wall -pedantic -O2 -CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB +CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_LIBEXIF -DHAVE_GIFLIB LDFLAGS = -L$(PREFIX)/lib -LIBS = -lX11 -lImlib2 -lgif +LIBS = -lX11 -lImlib2 -lexif -lgif -SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c +SRC = commands.c image.c main.c options.c thumbs.c util.c window.c OBJ = $(SRC:.c=.o) all: sxiv -- cgit v1.2.3-70-g09d2