[Commits] Makefile.am 1.155.2.100 1.155.2.101

colin at claws-mail.org colin at claws-mail.org
Tue Apr 3 10:41:33 CEST 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv10227/src

Modified Files:
      Tag: gtk2
	Makefile.am 
Log Message:
2012-04-03 [colin]	3.8.0cvs39

	* src/Makefile.am
		Fix build (damn whitespace-sensitive file format)

Index: Makefile.am
===================================================================
RCS file: /home/claws-mail/claws/src/Makefile.am,v
retrieving revision 1.155.2.100
retrieving revision 1.155.2.101
diff -u -d -r1.155.2.100 -r1.155.2.101
--- Makefile.am	2 Apr 2012 18:35:25 -0000	1.155.2.100
+++ Makefile.am	3 Apr 2012 08:41:31 -0000	1.155.2.101
@@ -70,11 +70,11 @@
 	vcard.c
 
 if BUILD_NEWADDRBOOK
-	abook_source = $(new_abook_source)
-	abook_extra = $(old_abook_source)
+abook_source = $(new_abook_source)
+abook_extra = $(old_abook_source)
 else
-	abook_source = $(old_abook_source)
-	abook_extra = $(new_abook_source)
+abook_source = $(old_abook_source)
+abook_extra = $(new_abook_source)
 endif
 
 abook_headers = \



More information about the Commits mailing list