1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00
Files
samba-mirror/source/scripting/swig/dummymain.c
Tim Potter 71a22f5206 r4982: Start to move swig dependencies into new build system. Unfortunately
I can only get something useful happening by using the BINARY keyword
as nothing else seems to generate dependency lists that can be used
when linking the swig shared libraries.  Anyway this is a lot nicer
than having lots of junk in makefile.pm.
2007-10-10 13:09:11 -05:00

10 lines
143 B
C

/*
* Dummy main function as the build system doesn't seem to create a
* dependency list for a subsystem.
*/
int main(void)
{
return 0;
}