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

This reverts commit ba17060219.
This commit is contained in:
Dan Williams
2011-04-27 14:46:52 -05:00
parent ba17060219
commit 383bf8c9a3

View File

@@ -20,10 +20,10 @@ all: $(GENERATED_FILES)
CLEANFILES = $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES)
endif endif
SUBDIRS = marshallers libqcdm src plugins introspection policy test SUBDIRS = marshallers libqcdm src plugins introspection po policy test
if WITH_POLKIT if WITH_POLKIT
SUBDIRS += policy po SUBDIRS += policy
endif endif
dbusservicedir = $(DBUS_SYS_DIR) dbusservicedir = $(DBUS_SYS_DIR)