build: don't depend on the blib/ files in SAMBA_PIDL()
authorAndrew Tridgell <tridge@samba.org>
Fri, 2 Apr 2010 08:57:32 +0000 (19:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:23 +0000 (20:27 +1000)
buildtools/wafsamba/samba_pidl.py

index 132d0cf6d5465806c8bde0a84d533db6ce15c5da..ff2b527458fb2e502dd5420379ef1b1c2b9ced8e 100644 (file)
@@ -51,7 +51,7 @@ def SAMBA_PIDL(bld, pname, source,
     try:
         pidl_src_nodes = bld.pidl_files_cache
     except AttributeError:
-        bld.pidl_files_cache = bld.srcnode.ant_glob('pidl/**/*.pm', flat=False)
+        bld.pidl_files_cache = bld.srcnode.ant_glob('pidl/lib/Parse/**/*.pm', flat=False)
         bld.pidl_files_cache.extend(bld.srcnode.ant_glob('pidl', flat=False))
         pidl_src_nodes = bld.pidl_files_cache