Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Move DEPFLAGS from Makefile to config.mk
master
Bert Münnich
hace 7 años
padre
33b5dbfa82
commit
e3b68efadd
Se han
modificado 2 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
Makefile
+1
-0
config.mk
+ 0
- 1
Makefile
Ver fichero
@@ -7,7 +7,6 @@ all: sxiv
include config.mk
CPPFLAGS += -I. -DVERSION=\"$(VERSION)\" -DHAVE_GIFLIB=$(HAVE_GIFLIB) -DHAVE_LIBEXIF=$(HAVE_LIBEXIF)
DEPFLAGS := -MMD -MP
LDLIBS := -lImlib2 -lX11 -lXft
+ 1
- 0
config.mk
Ver fichero
@@ -4,6 +4,7 @@ MANPREFIX := $(PREFIX)/share/man
CC ?= gcc
CFLAGS += -std=c99 -Wall -pedantic
CPPFLAGS += -I/usr/include/freetype2 -D_XOPEN_SOURCE=700
DEPFLAGS := -MMD -MP
LDFLAGS +=
# autoreload backend: inotify/nop
Escribir
Vista previa
Cargando…
Cancelar
Guardar