diff options
author | Thomas Bechtold <thomasbechtold@jpberlin.de> | 2011-11-07 00:03:11 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2011-11-07 00:03:11 +0100 |
commit | 83c905837693f095d9e7c1bf9ac56d8290510f45 (patch) | |
tree | 1e3558d62a958db1955a9d6fec8e984f52d3f39b | |
parent | 128e9abcee26ed691317b33aaacb795609855dd7 (diff) |
build: remove duplicate 'policy' directory entry from SUBDIRS
It is already added when WITH_POLKIT is set.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0962e348..d6c2bcba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ all: $(GENERATED_FILES) CLEANFILES = $(GENERATED_FILES) endif -SUBDIRS = . marshallers libqcdm libwmc src plugins introspection po policy test +SUBDIRS = . marshallers libqcdm libwmc src plugins introspection po test if WITH_POLKIT SUBDIRS += policy |