[libgdata] vala: Fix a typo in the build rule
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] vala: Fix a typo in the build rule
- Date: Sun, 24 Feb 2013 09:47:34 +0000 (UTC)
commit ba0d4a06dcec5bf26e23effded0973df70569dc1
Author: Colin Walters <walters verbum org>
Date: Sun Feb 24 04:30:44 2013 -0500
vala: Fix a typo in the build rule
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 161dd8d..dbd8ca9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -529,7 +529,7 @@ gdata_libgdata_vapi_METADATADIRS = $(srcdir)/gdata
gdata_libgdata_vapi_FILES = gdata/GData- GDATA_API_VERSION_MAJOR@ GDATA_API_VERSION_MINOR@.gir
gdata/libgdata.deps:
- $(AM_V_GEN) for pkg in $(libgdata_vapi_DEPS); do \
+ $(AM_V_GEN) for pkg in $(gdata_libgdata_vapi_DEPS); do \
echo $$pkg >> $@; \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]