From ba17060219f34b5bb8dbb965be9a5f224955777a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 27 Apr 2011 13:25:10 -0500 Subject: [PATCH] build: po shouldn't be built unless --with-polkit=yes Since translations are only used with polkit. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 309bda12..f69c7f0d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,10 +20,10 @@ all: $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES) endif -SUBDIRS = marshallers libqcdm src plugins introspection po policy test +SUBDIRS = marshallers libqcdm src plugins introspection policy test if WITH_POLKIT -SUBDIRS += policy +SUBDIRS += policy po endif dbusservicedir = $(DBUS_SYS_DIR)