Remove readline and add travis

This commit is contained in:
Calvin Rose
2017-06-25 19:49:07 -04:00
parent a7a9ff7629
commit b23fc136dd
3 changed files with 43 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
######################################################
##### Set global variables for all gst Makefiles #####
######################################################
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -lreadline -g
CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -g
PREFIX=/usr/local
GST_TARGET=client/gst
GST_CORELIB=core/libgst.a