chiark / gitweb /
Revert "build-sys: include PolicyKit files as part of distribution"
[elogind.git] / Makefile.am
index f934bb147364b557d9dea52f59a0ca28b05c4e73..220e99e8be79e4a7ade0644dc54909ce409e2a73 100644 (file)
@@ -3667,9 +3667,11 @@ tests += \
        test-mmap-cache \
        test-catalog
 
+if HAVE_COMPRESSION
 tests += \
        test-compress \
        test-compress-benchmark
+endif
 
 pkginclude_HEADERS += \
        src/systemd/sd-journal.h \
@@ -5279,7 +5281,7 @@ units/user/%: units/%.m4
        $(AM_V_M4)$(M4) -P $(M4_DEFINES) -DFOR_USER=1 < $< > $@
 
 if ENABLE_POLKIT
-dist_polkitpolicy_DATA = \
+nodist_polkitpolicy_DATA = \
        $(polkitpolicy_files) \
        $(polkitpolicy_in_in_files:.policy.in.in=.policy)
 endif