Relocate dlfcn.h
This commit is contained in:
parent
c2e204d3ce
commit
2405387ad9
2
Makefile
2
Makefile
@ -123,7 +123,7 @@ base/lib/libtoaru_pthread.so: lib/pthread.c lib/pthread.h
|
||||
base/lib/libtoaru_pex.so: lib/pex.c lib/pex.h
|
||||
$(CC) -o $@ $(CFLAGS) -shared -fPIC $<
|
||||
|
||||
base/lib/libtoaru_dlfcn.so: lib/dlfcn.c lib/dlfcn.h
|
||||
base/lib/libtoaru_dlfcn.so: lib/dlfcn.c
|
||||
$(CC) -o $@ $(CFLAGS) -shared -fPIC $<
|
||||
|
||||
base/lib/libtoaru_yutani.so: lib/yutani.c lib/yutani.h base/lib/libtoaru_graphics.so
|
||||
|
@ -8,10 +8,10 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include <dlfcn.h>
|
||||
#include "lib/graphics.h"
|
||||
#include "lib/yutani.h"
|
||||
//#include "lib/shmemfonts.h"
|
||||
#include "lib/dlfcn.h"
|
||||
|
||||
#include "decorations.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user