summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-11-03 16:15:26 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-11-03 16:15:26 -0800
commit44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259 (patch)
tree9fda070de435aced293f5744f6775b0f9cc8d5b2 /Makefile
parent93ad6e7dd4d35716848a6a22b85828d93c5c7c91 (diff)
downloadabc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.tar.gz
abc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.tar.bz2
abc-44b79db4b8bc3adc9e9df49c44cfe55ad1e1a259.zip
Changing LIBS in Makefie.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ab9d450..7fe51673 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ endif
endif
# LIBS := -ldl -lrt
-LIBS := -ldl
+LIBS += -ldl
ifneq ($(findstring Darwin, $(shell uname)), Darwin)
LIBS += -lrt
endif