diff options
author | Dan Williams <dcbw@redhat.com> | 2011-04-27 13:25:10 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-04-27 13:25:10 -0500 |
commit | ba17060219f34b5bb8dbb965be9a5f224955777a (patch) | |
tree | 3322ce8118aa006765dbeb6c2b0f0d4a25bd6fa7 | |
parent | 0299cf51c4cf587f79771fe219c6154bf0d0139e (diff) |
build: po shouldn't be built unless --with-polkit=yes
Since translations are only used with polkit.
-rw-r--r-- | Makefile.am | 4 |
1 files 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) |