liberebus: moved public header to src/
[erebus2020] / xerebus / Makefile
index 6a3101d..dfb0861 100644 (file)
@@ -5,7 +5,7 @@ dep = $(src:.c=.d)
 bin = xerebus
 
 def = -DMINIGLUT_USE_LIBC
-incdir = -I../liberebus/include
+incdir = -I../liberebus/src
 libdir = -L../liberebus
 
 CFLAGS = -pedantic -Wall $(opt_dbg) $(opt_opt) $(def) $(incdir)