diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-06 23:51:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:21 -0500 |
commit | 2e0c1ee9a67eaf07a19e1c503d0ef5cc6b0059f0 (patch) | |
tree | 938d0bf6c03ab05b6b26642a53c4592aa1549f41 /source4 | |
parent | 49efc495417b5900c653f8d6453dcceed9c02239 (diff) | |
download | samba-2e0c1ee9a67eaf07a19e1c503d0ef5cc6b0059f0.tar.gz samba-2e0c1ee9a67eaf07a19e1c503d0ef5cc6b0059f0.tar.xz samba-2e0c1ee9a67eaf07a19e1c503d0ef5cc6b0059f0.zip |
r13905: include/includes.h now includes param/param.h..
(This used to be commit 408ecfb75464f287a91e3f20627a9b54370824ee)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/main.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 98ee46cc7e..1920e047a8 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -247,7 +247,8 @@ include/includes.h: \ auth/credentials/credentials_proto.h \ libcli/nbt/libnbt.h \ lib/util/util_proto.h \ - lib/charset/charset.h + lib/charset/charset.h \ + param/param.h clean_pch: -rm -f include/includes.h.gch |