Explorar el Código

Fixed Makefile to look on proper path for headers.

David Moreno hace 12 años
padre
commit
eb4221822d
Se han modificado 1 ficheros con 1 adiciones y 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