Explorar el Código

Always include non-configurable part of CPPFLAGS

master
Bert Münnich hace 7 años
padre
commit
6beb8b4d71
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -6,7 +6,7 @@ all: sxiv

include config.mk

CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
override CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)

LDLIBS := -lImlib2 -lX11 -lXft



Cargando…
Cancelar
Guardar