Added support for multi-frame images

This commit is contained in:
Bert
2011-08-17 00:56:18 +02:00
parent a85707ef63
commit 86a6f00112
7 changed files with 206 additions and 5 deletions

View File

@ -7,7 +7,7 @@ DESTDIR =
PREFIX = /usr/local
CFLAGS = -Wall -pedantic -O2 -DVERSION=\"$(VERSION)\"
LDFLAGS =
LIBS = -lX11 -lImlib2
LIBS = -lX11 -lImlib2 -lgif
SRC = commands.c image.c main.c options.c thumbs.c util.c window.c
OBJ = $(SRC:.c=.o)