Relocate dlfcn.h

This commit is contained in:
K. Lange 2018-03-17 17:57:04 +09:00 committed by Kevin Lange
parent c2e204d3ce
commit 2405387ad9
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"