change include path to not include otk/
This commit is contained in:
parent
5807ca8da6
commit
02d6362111
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ CXXFLAGS=$(XFT_CFLAGS) $(PYTHON_CFLAGS) @CXXFLAGS@ \
|
|||
|
||||
LIBS=$(XFT_LIBS) $(PYTHON_LIBS) @LIBS@
|
||||
|
||||
INCLUDES= -I../otk
|
||||
INCLUDES= -I..
|
||||
|
||||
bin_PROGRAMS= openbox3
|
||||
|
||||
|
|
Loading…
Reference in a new issue