summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-17 10:15:30 +0100
committerGünther Deschner <gd@samba.org>2008-01-17 16:54:46 +0100
commit7faee16966d82266046c1267b9d8c20614e73b5f (patch)
tree7b063667efb756f42d2cb1894fa9a7d86ce21b84 /source3/Makefile.in
parent101f275b988185ed3e47bc8061483a781c4d47c9 (diff)
downloadsamba-7faee16966d82266046c1267b9d8c20614e73b5f.tar.gz
samba-7faee16966d82266046c1267b9d8c20614e73b5f.tar.bz2
samba-7faee16966d82266046c1267b9d8c20614e73b5f.zip
Re-run make idl to generate SAMR output.
Guenther (This used to be commit b4c1904022cd34c239f163d49d5a13925d238cda)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 8a4925e821..dd49b9b33b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1069,7 +1069,7 @@ modules: SHOWFLAGS $(MODULES)
## Perl IDL Compiler
IDL_FILES = unixinfo.idl lsa.idl dfs.idl echo.idl winreg.idl initshutdown.idl \
srvsvc.idl svcctl.idl eventlog.idl wkssvc.idl netlogon.idl notify.idl \
- epmapper.idl messaging.idl xattr.idl misc.idl
+ epmapper.idl messaging.idl xattr.idl misc.idl samr.idl
idl:
@IDL_FILES="$(IDL_FILES)" CPP="$(CPP)" PERL="$(PERL)" \