build: po shouldn't be built unless --with-polkit=yes

Since translations are only used with polkit.
This commit is contained in:
Dan Williams
2011-04-27 13:25:10 -05:00
parent 0299cf51c4
commit ba17060219

View File

@@ -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)