From 625a94f463849e6e29b33768a2d99cffba209631 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 May 2012 11:11:17 +0200 Subject: build-sys: fix automake syntax --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6041587..b9614df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,8 @@ endif vapi_DATA += vala/libcanberra-gtk.vapi +endif + DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) -- cgit