diff options
-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) |