gnome-scan r776 - in trunk: lib src
- From: bersace svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-scan r776 - in trunk: lib src
- Date: Wed, 14 Jan 2009 21:56:29 +0000 (UTC)
Author: bersace
Date: Wed Jan 14 21:56:29 2009
New Revision: 776
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=776&view=rev
Log:
Use valac instead of from autoconf.
Modified:
trunk/lib/Makefile.am
trunk/src/Makefile.am
Modified: trunk/lib/Makefile.am
==============================================================================
--- trunk/lib/Makefile.am (original)
+++ trunk/lib/Makefile.am Wed Jan 14 21:56:29 2009
@@ -64,7 +64,7 @@
$(NULL)
gnome-scan.vala.stamp: $(libgnome_scan_la_VALASOURCES)
- $(VALAC) --library= VAPINAME@ --thread -C $(libgnome_scan_la_VALAPKGADD) $^ && touch $@
+ valac --library= VAPINAME@ --thread -C $(libgnome_scan_la_VALAPKGADD) $^ && touch $@
EXTRA_DIST = \
gnome-scan.vala.stamp \
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Jan 14 21:56:29 2009
@@ -42,7 +42,7 @@
-export-dynamic
flegita.vala.stamp: $(flegita_VALASOURCES)
- $(VALAC) -C $(flegita_VALAPKGADD) --thread $^ && touch $@
+ valac -C $(flegita_VALAPKGADD) --thread $^ && touch $@
# FLEGITA-GIMP
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]