diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-14 15:07:07 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-14 15:19:13 +0100 |
commit | dd9ae6841b01d542b37b1d3dccec7d232abdd525 (patch) | |
tree | 90a83c1d16c2e95bc6137c29e91670656c749b90 | |
parent | 6f1d558ae60efa3dcb97a38f146827fa845dfa0d (diff) |
Remove unused lines from the Vala Makefile
-rw-r--r-- | vala/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am index 34ab6a821..601351fdf 100644 --- a/vala/Makefile.am +++ b/vala/Makefile.am @@ -1,5 +1,3 @@ -XSLTPROCFLAGS = --nonet --novalid - vapidir = $(datarootdir)/telepathy/vapi vapi_DATA = telepathy-glib.vapi @@ -30,12 +28,6 @@ CLEANFILES = \ $(NULL) # set up the verbosity rules to avoid some build noise -# XXX: once automake >= 1.11 is common, remove these, push VALASOURCES files -# into SOURCES and add AM_PROG_VALAC to configure.ac VAPIGEN_V = $(VAPIGEN_V_$(V)) VAPIGEN_V_ = $(VAPIGEN_V_$(AM_DEFAULT_VERBOSITY)) VAPIGEN_V_0 = @echo " VAPIG " $^; - -VGI_V = $(VGI_V_$(V)) -VGI_V_ = $(VGI_V_$(AM_DEFAULT_VERBOSITY)) -VGI_V_0 = @echo " VGI " $^; |