[libgdata] vala: Fix a typo in the build rule



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]