@@ -3,7 +3,7 @@ | |||||
SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc | SUBDIRS = kernel caca src examples tests tools csharp cxx python ruby doc | ||||
DIST_SUBDIRS = $(SUBDIRS) msvc | DIST_SUBDIRS = $(SUBDIRS) msvc | ||||
EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in stubs.h libcaca.spec | |||||
EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in libcaca.spec | |||||
AUTOMAKE_OPTIONS = dist-bzip2 | AUTOMAKE_OPTIONS = dist-bzip2 | ||||
bin_SCRIPTS = caca-config | bin_SCRIPTS = caca-config | ||||
@@ -17,6 +17,7 @@ libcaca_la_SOURCES = \ | |||||
caca.h \ | caca.h \ | ||||
caca_types.h \ | caca_types.h \ | ||||
caca_internals.h \ | caca_internals.h \ | ||||
caca_stubs.h \ | |||||
caca0.c \ | caca0.c \ | ||||
caca0.h \ | caca0.h \ | ||||
canvas.c \ | canvas.c \ | ||||
@@ -15,7 +15,7 @@ | |||||
#ifndef __CACA_INTERNALS_H__ | #ifndef __CACA_INTERNALS_H__ | ||||
#define __CACA_INTERNALS_H__ | #define __CACA_INTERNALS_H__ | ||||
#include "stubs.h" | |||||
#include "caca_stubs.h" | |||||
typedef struct caca_timer caca_timer_t; | typedef struct caca_timer caca_timer_t; | ||||
typedef struct caca_privevent caca_privevent_t; | typedef struct caca_privevent caca_privevent_t; | ||||
@@ -311,17 +311,13 @@ | |||||
> | > | ||||
</File> | </File> | ||||
<File | <File | ||||
RelativePath="..\stubs.h" | |||||
RelativePath="..\caca\caca_stubs.h" | |||||
> | > | ||||
</File> | </File> | ||||
<File | <File | ||||
RelativePath=".\config.h" | RelativePath=".\config.h" | ||||
> | > | ||||
</File> | </File> | ||||
<File | |||||
RelativePath=".\stubs.h" | |||||
> | |||||
</File> | |||||
</Filter> | </Filter> | ||||
</Files> | </Files> | ||||
<Globals> | <Globals> | ||||