diff options
author | Tim Potter <tpot@samba.org> | 2005-01-26 20:40:59 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2005-01-26 20:40:59 +0000 |
commit | 477b343544e5508d5e882b51e245525cc2293ea5 (patch) | |
tree | 3f342f6eae882970047e54c2e384123db1bfff38 /source/scripting/swig/dummymain.c | |
parent | a311400c5ac5a90d078ff583212c7dff37f7775b (diff) | |
download | samba-477b343544e5508d5e882b51e245525cc2293ea5.tar.gz samba-477b343544e5508d5e882b51e245525cc2293ea5.tar.xz samba-477b343544e5508d5e882b51e245525cc2293ea5.zip |
r5016: Use LIBRARY instead of BINARY for inserting the swig stuff into the
build system. This still generates bogus targets (i.e
bin/swig_dcerpc.so.0.0.1) and the subsystem initialisation needs to be
done by hand but it is less of a hack.
Diffstat (limited to 'source/scripting/swig/dummymain.c')
-rw-r--r-- | source/scripting/swig/dummymain.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/scripting/swig/dummymain.c b/source/scripting/swig/dummymain.c deleted file mode 100644 index ac39144cd95..00000000000 --- a/source/scripting/swig/dummymain.c +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Dummy main function as the build system doesn't seem to create a - * dependency list for a subsystem. - */ - -int main(void) -{ - return 0; -} |