diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-04 14:39:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:14 -0500 |
commit | 6ad6506cb1483aad69c2273b539f876a8e948455 (patch) | |
tree | f4226480ed901c2f0e90a990bf7869ce98eec351 /source4/lib/registry | |
parent | 7d53fb50f79e7335f3655fb0016d008a0eeddef7 (diff) | |
download | samba-6ad6506cb1483aad69c2273b539f876a8e948455.tar.gz samba-6ad6506cb1483aad69c2273b539f876a8e948455.tar.bz2 samba-6ad6506cb1483aad69c2273b539f876a8e948455.zip |
r14906: Move SWIG-specific files to scripting/swig/
(This used to be commit 222723e4434b85748aa82f192c5c4ce136933ce3)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/registry/config.mk b/source4/lib/registry/config.mk index fe80c62af4..5d535e4c58 100644 --- a/source4/lib/registry/config.mk +++ b/source4/lib/registry/config.mk @@ -21,6 +21,9 @@ lib/registry/tdr_regf.c: lib/registry/regf.idl --header --outputdir=lib/registry \ --tdr-parser -- lib/registry/regf.idl +clean:: + @-rm -f lib/registry/regf.h lib/registry/tdr_regf* + ################################################ # Start MODULE registry_w95 [MODULE::registry_w95] |