12 lines
422 B
Diff
12 lines
422 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index 9abc242..ebec8a2 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,5 +1,5 @@
|
|
AUTOMAKE_OPTIONS = dist-bzip2
|
|
-SUBDIRS = src data utils pam doc tests po
|
|
+SUBDIRS = src data utils pam doc po
|
|
EXTRA_DIST = TODO intltool-extract.in intltool-merge.in intltool-update.in
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-systemdsystemunitdir='$${libdir}/systemd/system-distcheck'
|