diff options
author | Bert <ber.t@gmx.com> | 2011-08-17 00:56:18 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 15:12:30 +0200 |
commit | 86a6f00112576f3fc1ca565c2b5ad11d784cab8d (patch) | |
tree | 24cf4ef553c20bf2934902d13319cf33f91fc77f /Makefile | |
parent | a85707ef63e6c441d91cd06d53af07ee58746681 (diff) |
Added support for multi-frame images
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |