diff options
| author | Bert Münnich <be.muennich@gmail.com> | 2012-12-27 16:43:19 +0100 | 
|---|---|---|
| committer | Bert Münnich <be.muennich@gmail.com> | 2012-12-27 16:43:19 +0100 | 
| commit | 97a2c05cc30adb3b90842b671607a05857db63a0 (patch) | |
| tree | ed1b2759559d11e06ed2d092535217578d6008b7 /Makefile | |
| parent | cd929eabfeb5344b2f7c43555eea20fc15a7f1ca (diff) | |
Fixed issue #74, conditional compilation of gif support
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,10 +1,10 @@ -VERSION = git-20121220 +VERSION = git-20121227  PREFIX    = /usr/local  MANPREFIX = $(PREFIX)/share/man  CC      = gcc -CFLAGS  = -Wall -pedantic -O2 -I$(PREFIX) +CFLAGS  = -Wall -pedantic -O2 -I$(PREFIX) -DHAVE_GIFLIB  LDFLAGS = -L$(PREFIX)  LIBS    = -lX11 -lImlib2 -lgif | 
