diff options
author | Dan Williams <dcbw@redhat.com> | 2011-04-27 14:46:52 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-27 14:46:52 -0500 |
commit | 383bf8c9a3409fda655b18ba6ada503367b5d332 (patch) | |
tree | ef36f66a7a1bc85c4fdcb6c7f08fafaf6ed1916e | |
parent | ba17060219f34b5bb8dbb965be9a5f224955777a (diff) |
Revert "build: po shouldn't be built unless --with-polkit=yes"
This reverts commit ba17060219f34b5bb8dbb965be9a5f224955777a.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f69c7f0d..309bda12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,10 +20,10 @@ all: $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES) endif -SUBDIRS = marshallers libqcdm src plugins introspection policy test +SUBDIRS = marshallers libqcdm src plugins introspection po policy test if WITH_POLKIT -SUBDIRS += policy po +SUBDIRS += policy endif dbusservicedir = $(DBUS_SYS_DIR) |