Explorar o código

Fixed Makefile to look on proper path for headers.

David Moreno %!s(int64=12) %!d(string=hai) anos
pai
achega
eb4221822d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      onion/Makefile

+ 1 - 1
onion/Makefile

@@ -1,6 +1,6 @@
 all: hello
 
-CFLAGS=-O2 -Ionion/include
+CFLAGS=-O2 -Ionion/src/
 LDFLAGS=-lonion -ljson -lmysqlclient -lpthread -L/usr/lib64/mysql/ -Lonion/build/src/onion
 
 hello: hello.c