diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-28 00:48:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-28 00:48:05 +0000 |
commit | df5949efb425668f8e7ae38c0c858bd90529255a (patch) | |
tree | 6fc93659cff35e9a4a9a433d0a7cc4eb5e383f42 /source4/Makefile.in | |
parent | abff8aac56b2481de2223bf43ae2098cc7ab2391 (diff) | |
download | samba-df5949efb425668f8e7ae38c0c858bd90529255a.tar.gz samba-df5949efb425668f8e7ae38c0c858bd90529255a.tar.bz2 samba-df5949efb425668f8e7ae38c0c858bd90529255a.zip |
added auto-generation of the IDL interface tables. This makes two less
places that need to be edited when someone adds a new IDL file.
(This used to be commit ccd9ddeed679baa6cbb05ac728b381b50420e00f)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index e631668e09..d9124e80c3 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -190,7 +190,7 @@ LIBCLIUTIL_OBJ = libcli/util/asn1.o \ LIBRAW_NDR_OBJ = librpc/ndr/ndr.o librpc/ndr/ndr_basic.o librpc/ndr/ndr_sec.o \ librpc/ndr/ndr_spoolss_buf.o \ - librpc/gen_ndr/ndr_dcerpc.o \ + librpc/gen_ndr/tables.o librpc/gen_ndr/ndr_dcerpc.o \ librpc/gen_ndr/ndr_echo.o librpc/gen_ndr/ndr_misc.o \ librpc/gen_ndr/ndr_lsa.o librpc/gen_ndr/ndr_dfs.o \ librpc/gen_ndr/ndr_samr.o librpc/gen_ndr/ndr_spoolss.o \ @@ -645,7 +645,7 @@ MAKEDIR = || exec false; \ @BROKEN_CC@ -mv `echo $@ | sed 's%^.*/%%g'` $@ # 'make pch' is extremely useful for fast compiles if you have gcc-3.4 -pch: +pch: basics rm -f $(srcdir)/include/includes.h.gch $(CC) -I. -I$(srcdir) $(FLAGS) -c $(srcdir)/include/includes.h -o $(srcdir)/include/includes.h.gch |