r11387: Remove pidl from the default 'install' target as it doesn't obey the
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Oct 2005 23:16:27 +0000 (23:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:29 +0000 (13:45 -0500)
user specified install paths.
(This used to be commit d537a35ec3d5fb2dc5143c1fb880faab5c64a862)

source4/main.mk

index 2960258e55e2a0a2abda39903a33a94d664426a3..be88b016eda5eca266ad3ab9fb711598e674d7fe 100644 (file)
@@ -75,7 +75,7 @@ PATH_FLAGS = -DCONFIGFILE=\"$(CONFIGFILE)\"  -DSBINDIR=\"$(SBINDIR)\" \
         -DSWATDIR=\"$(SWATDIR)\" -DPRIVATE_DIR=\"$(PRIVATEDIR)\"
 
 install: showlayout installbin installdat installswat installmisc installlib \
-       installheader installpidl
+       installheader
 
 # DESTDIR is used here to prevent packagers wasting their time
 # duplicating the Makefile. Remove it and you will have the privilege