summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index ee26dc58da..2027e1040b 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -734,6 +734,10 @@ pch:
$(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch
+idl:
+ script/build_idl.sh
+
+
# These dependencies are only approximately correct: we want to make
# sure Samba's paths are updated if ./configure is re-run. Really it
# would be nice if "make prefix=/opt/samba all" also rebuilt things,