aboutsummaryrefslogtreecommitdiff
path: root/src/zexy.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-29 08:03:16 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2005-09-29 08:03:16 +0000
commit5ae9dc358a93134d265daedab8d953f7d2f425ac (patch)
treee06cda9db07ec2741f0903d49a593c23c149bc30 /src/zexy.c
parent09a7a4a47485a8fc549a3d89088d74ad6357b6de (diff)
adapted build-system to not use Make.source any longer but generate SOURCES on the fly
added dependency support svn path=/trunk/externals/zexy/; revision=3644
Diffstat (limited to 'src/zexy.c')
-rw-r--r--src/zexy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zexy.c b/src/zexy.c
index e4ff3a0..f121c22 100644
--- a/src/zexy.c
+++ b/src/zexy.c
@@ -121,7 +121,7 @@ static void *zexy_new(void)
return (void *)x;
}
-#include "z_zexy.c"
+void z_zexy_setup(void); /* defined in z_zexy.c */
void zexy_setup(void)
{