[or-cvs] r11432: Try to fix an automake problem by renaming a variable. (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Wed Sep 12 17:17:03 UTC 2007


Author: nickm
Date: 2007-09-12 13:17:03 -0400 (Wed, 12 Sep 2007)
New Revision: 11432

Modified:
   tor/trunk/
   tor/trunk/src/or/Makefile.am
Log:
 r15056 at catbus:  nickm | 2007-09-12 13:15:19 -0400
 Try to fix an automake problem by renaming a variable.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r15056] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/Makefile.am
===================================================================
--- tor/trunk/src/or/Makefile.am	2007-09-12 09:08:54 UTC (rev 11431)
+++ tor/trunk/src/or/Makefile.am	2007-09-12 17:17:03 UTC (rev 11432)
@@ -5,9 +5,9 @@
 bin_PROGRAMS = tor
 
 if BUILD_NT_SERVICES
-PLATFORM_SOURCES=ntmain.c
+tor_platform_source=ntmain.c config.c
 else
-PLATFORM_SOURCES=
+tor_platform_source=
 endif
 
 EXTRA_DIST=ntmain.c
@@ -16,7 +16,7 @@
 	circuituse.c command.c config.c \
 	connection.c connection_edge.c connection_or.c control.c \
 	cpuworker.c directory.c dirserv.c dirvote.c \
-	dns.c dnsserv.c hibernate.c main.c $(PLATFORM_SOURCES) \
+	dns.c dnsserv.c hibernate.c main.c $(tor_platform_source) \
 	onion.c policies.c relay.c rendcommon.c rendclient.c rendmid.c \
 	rendservice.c rephist.c router.c routerlist.c routerparse.c \
 	eventdns.c \
@@ -33,7 +33,7 @@
 	circuituse.c command.c config.c \
 	connection.c connection_edge.c connection_or.c control.c \
 	cpuworker.c directory.c dirserv.c dirvote.c \
-	dns.c dnsserv.c hibernate.c main.c $(PLATFORM_SOURCES) \
+	dns.c dnsserv.c hibernate.c main.c $(tor_platform_source) \
 	onion.c policies.c relay.c rendcommon.c rendclient.c rendmid.c \
 	rendservice.c rephist.c router.c routerlist.c routerparse.c \
 	eventdns.c \



More information about the tor-commits mailing list