diff --git a/Makefile.am b/Makefile.am index e148508..c306e35 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ ## If you don't want it to overwrite it, ## Please disable it in the Anjuta project configuration -SUBDIRS = src data +SUBDIRS = src bomberclonedocdir = ${prefix}/doc/bomberclone bomberclonedoc_DATA = \ diff --git a/configure.in b/configure.in index 00e7c73..851347f 100644 --- a/configure.in +++ b/configure.in @@ -135,6 +135,5 @@ AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}") AC_OUTPUT([ Makefile src/Makefile -data/Makefile ]) diff --git a/src/font.h b/src/font.h index 19fd0cc..1939a63 100644 --- a/src/font.h +++ b/src/font.h @@ -18,4 +18,4 @@ extern void font_draw (int x, int y, char *text, int size); extern void font_load (); extern void font_free (); -#endif \ No newline at end of file +#endif diff --git a/src/keybinput.c b/src/keybinput.c index e3eec6f..e253a1b 100644 --- a/src/keybinput.c +++ b/src/keybinput.c @@ -1,6 +1,7 @@ /* keyborad handling for text fields */ #include +#include #include "keybinput.h" static int keybinput_oldkey = 0; @@ -52,4 +53,3 @@ int keybinput_loop (_keybinput *ki, SDL_Event *event) { return 0; } - diff --git a/src/sound.h b/src/sound.h index 2846370..c20130e 100644 --- a/src/sound.h +++ b/src/sound.h @@ -1,4 +1,4 @@ -/* $Id: sound.h,v 1.1 2003/05/26 20:35:43 stpohle Exp $ */ +/* $Id: sound.h,v 1.2 2003/07/25 22:01:15 patty21 Exp $ */ /* include file for the sound */ #ifndef _SOUND_H_ @@ -38,4 +38,4 @@ void snd_init(); void snd_load(char *tilesetname); void snd_free (); -#endif \ No newline at end of file +#endif