fix “make gamelist” (warning: GNU Make-centric), fix #24
This commit is contained in:
parent
a92d0e36b9
commit
8bedb441fc
@ -143,8 +143,8 @@ test_utils_SOURCES = test_utils.c \
|
||||
test_utils_LDADD = $(xqf_LDADD)
|
||||
|
||||
# it's only temporary, so ...
|
||||
gamesxml2c_LDFLAGS = $(shell xml2-config --libs)
|
||||
gamesxml2c_CFLAGS = $(shell xml2-config --cflags)
|
||||
gamesxml2c_LDFLAGS := $(shell xml2-config --libs)
|
||||
gamesxml2c_CFLAGS := $(shell xml2-config --cflags)
|
||||
|
||||
pkglibexec_PROGRAMS =
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user