chiark / gitweb /
Lots of changes here. Added new I2C test code, a new serialTest program,
[wiringPi.git] / gpio / Makefile
index 5693c4491193454a95d500a20602ecc719edb262..729a86bdb0dd9f31a1fb7be0ff0553e5829518cc 100644 (file)
@@ -30,7 +30,7 @@ INCLUDE       = -I/usr/local/include
 CFLAGS = $(DEBUG) -Wall $(INCLUDE) -Winline -pipe
 
 LDFLAGS        = -L/usr/local/lib
-LIBS    = -lwiringPi
+LIBS    = -lwiringPi -lpthread
 
 # May not need to  alter anything below this line
 ###############################################################################