]> granicus.if.org Git - apache/commitdiff
Makefile.in: Don't try to compile checkgid and fcgistarter on win32 when using the...
authorPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 22:05:02 +0000 (22:05 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 15 Jul 2006 22:05:02 +0000 (22:05 +0000)
/support: Update svn:ignore for generated exe files

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@422298 13f79535-47bb-0310-9956-ffa450edef68

support/Makefile.in

index 670e465d9dc69c293df55de4a867883ac011691c..248da70d57385ba51e7bb7539ecba6084b474708 100644 (file)
@@ -3,7 +3,12 @@ DISTCLEAN_TARGETS = apxs apachectl dbmmanage log_server_status \
 
 CLEAN_TARGETS = suexec
 
-PROGRAMS = htpasswd htdigest rotatelogs logresolve ab checkgid htdbm htcacheclean httxt2dbm fcgistarter
+PROGRAMS = htpasswd htdigest rotatelogs logresolve ab htdbm htcacheclean httxt2dbm
+
+ifneq (win32,${OS})
+  PROGRAMS += checkgid fcgistarter
+endif
+
 TARGETS  = $(PROGRAMS)
 
 PROGRAM_LDADD        = $(UTIL_LDFLAGS) $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) $(AP_LIBS)