gnome-scan r588 - trunk



Author: bersace
Date: Sat May  3 13:51:31 2008
New Revision: 588
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=588&view=rev

Log:
Fix automake warning.


Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Sat May  3 13:51:31 2008
@@ -33,7 +33,7 @@
 		./todo.py; \
 	fi
 
-C = $(shell find $(SUBDIRS) -name "*.c")
+C = `shell find $(SUBDIRS) -name "*.c"`
 po/POTFILES.in: $(C)
 	@echo "Updating $@";
 	@for f in $(C); do grep -q "_(" $$f && echo $$f; done | sort > $@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]