瀏覽代碼

Fixed completely insane {C,LD}FLAGS -I/-L settings

master
Bert Münnich 12 年之前
父節點
當前提交
385ba28fd7
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      Makefile

+ 3
- 3
Makefile 查看文件

@@ -1,11 +1,11 @@
VERSION = git-20130110 VERSION = git-20130112


PREFIX = /usr/local PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man MANPREFIX = $(PREFIX)/share/man


CC = gcc CC = gcc
CFLAGS = -Wall -pedantic -O2 -I$(PREFIX) -DHAVE_GIFLIB CFLAGS = -Wall -pedantic -O2 -I$(PREFIX)/include -DHAVE_GIFLIB
LDFLAGS = -L$(PREFIX) LDFLAGS = -L$(PREFIX)/lib
LIBS = -lX11 -lImlib2 -lgif LIBS = -lX11 -lImlib2 -lgif


SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c


||||||
x
 
000:0
Loading…
取消
儲存