From 9c183c9f4a517c241397e77a9286a49d4279681b Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Thu, 24 Oct 2013 20:37:17 -0500 Subject: [PATCH] Don't hardcode -lrt -lpthread. autoconf SHOULD add them automatically if needed. --- src/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3a6ee315a6..6f6f6ee852 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,9 +23,6 @@ AM_CXXFLAGS += -finline-limit=300 AM_CXXFLAGS += $(GL_CFLAGS) -LIBS += -LIBS += -lpthread -lrt - .PHONY: increment_version all: increment_version