summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJ08nY2017-02-17 13:47:09 +0100
committerJ08nY2017-02-17 14:22:57 +0100
commitb1b05887323d16dc45738cf0c1d76f4dcc540bd5 (patch)
treea88b568c6a40241ff680b5977dc073f673b105ca /src/Makefile
parentd2bef24395844800744d8be1c41f28c529e21f84 (diff)
downloadecgen-b1b05887323d16dc45738cf0c1d76f4dcc540bd5.tar.gz
ecgen-b1b05887323d16dc45738cf0c1d76f4dcc540bd5.tar.zst
ecgen-b1b05887323d16dc45738cf0c1d76f4dcc540bd5.zip
Fix libpari-dev version in travis
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 77d9628..546008b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,7 +15,7 @@ GP_CFLAGS = -O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -fPIC
GPFLAGS = -g -i4
INCLUDES = -I. -I../lib -Icm -Iinvalid -Iio -Irandom -Iexhaustive
-LIBS = -lpari -lparson
+LIBS = -lrt -lpari -lparson
####