Don't hardcode -lrt -lpthread. autoconf SHOULD add them automatically if needed.
This commit is contained in:
@@ -23,9 +23,6 @@ AM_CXXFLAGS += -finline-limit=300
|
|||||||
|
|
||||||
AM_CXXFLAGS += $(GL_CFLAGS)
|
AM_CXXFLAGS += $(GL_CFLAGS)
|
||||||
|
|
||||||
LIBS +=
|
|
||||||
LIBS += -lpthread -lrt
|
|
||||||
|
|
||||||
.PHONY: increment_version
|
.PHONY: increment_version
|
||||||
|
|
||||||
all: increment_version
|
all: increment_version
|
||||||
|
|||||||
Reference in New Issue
Block a user