libgee r34 - in trunk: . gee tests
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: libgee r34 - in trunk: . gee tests
- Date: Wed, 7 May 2008 21:46:08 +0100 (BST)
Author: juergbi
Date: Wed May 7 20:46:08 2008
New Revision: 34
URL: http://svn.gnome.org/viewvc/libgee?rev=34&view=rev
Log:
2008-05-07 Juerg Billeter <j bitron ch>
* gee/Makefile.am:
* tests/Makefile.am:
Update build system to use valac -C,
patch by Jaap A. Haitsma, fixes bug 531224
Modified:
trunk/ChangeLog
trunk/gee/Makefile.am
trunk/tests/Makefile.am
Modified: trunk/gee/Makefile.am
==============================================================================
--- trunk/gee/Makefile.am (original)
+++ trunk/gee/Makefile.am Wed May 7 20:46:08 2008
@@ -42,7 +42,7 @@
$(NULL)
gee-1.0.vapi gee.vala.stamp: $(libgee_la_VALASOURCES)
- $(VALAC) --basedir $(top_srcdir) --library gee-1.0 $^
+ $(VALAC) -C --basedir $(top_srcdir) --library gee-1.0 $^
touch $@
libgee_la_LIBADD = \
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Wed May 7 20:46:08 2008
@@ -15,7 +15,7 @@
testarraylist_VALASOURCES = testarraylist.vala
testarraylist_SOURCES = testarraylist.c testarraylist.h
$(testarraylist_SOURCES): $(testarraylist_VALASOURCES)
- $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
+ $(VALAC) -C --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
touch $@
testarraylist_LDADD = $(progs_ldadd)
EXTRA_DIST += $(testarraylist_VALASOURCES)
@@ -24,7 +24,7 @@
testhashmap_VALASOURCES = testhashmap.vala
testhashmap_SOURCES = testhashmap.c testhashmap.h
$(testhashmap_SOURCES): $(testhashmap_VALASOURCES)
- $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
+ $(VALAC) -C --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
touch $@
testhashmap_LDADD = $(progs_ldadd)
EXTRA_DIST += $(testhashmap_VALASOURCES)
@@ -33,7 +33,7 @@
testhashset_VALASOURCES = testhashset.vala
testhashset_SOURCES = testhashset.c testhashset.h
$(testhashset_SOURCES): $(testhashset_VALASOURCES)
- $(VALAC) --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
+ $(VALAC) -C --basedir $(top_srcdir) --vapidir $(top_srcdir)/gee --pkg gee-1.0 $^
touch $@
testhashset_LDADD = $(progs_ldadd)
EXTRA_DIST += $(testhashset_VALASOURCES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]