mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
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.
10 lines
143 B
C
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;
|
|
}
|