summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-08 13:23:20 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-08 13:23:20 +0000
commit668c938678fd7f08ca1ad3412d090f487295211f (patch)
tree702bd71917f7889f0ef0bc34ea6a1abaf7b7872a /source4/Makefile.in
parent7d212460a5c00b4039440c2db0dde56e7d519d66 (diff)
downloadsamba-668c938678fd7f08ca1ad3412d090f487295211f.tar.gz
samba-668c938678fd7f08ca1ad3412d090f487295211f.tar.bz2
samba-668c938678fd7f08ca1ad3412d090f487295211f.zip
- more generation fixes
- added auto-generation from the Makefile. Only called when you run "make idl" (This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
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,