Browse Source

Fixed Makefile to look on proper path for headers.

David Moreno 12 years ago
parent
commit
eb4221822d
1 changed files with 1 additions and 1 deletions
  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