From f1a8249cea07e00ea0b82c4f2f4e38c6c8664bf4 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 31 Oct 2012 14:45:07 -0700 Subject: [PATCH] Install config example in /usr/share/doc. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7f1ea3a..d6144bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,4 @@ -EXTRA_DIST = AUTHORS COPYING INSTALL - AM_CFLAGS = -g $(LIBSYSTEMD_JOURNAL_CFLAGS) -Wall -Wno-uninitialized systemdsystemunitdir = @SYSTEMD_SYSTEMUNITDIR@ @@ -10,4 +8,6 @@ sbin_PROGRAMS = tallow tallow_SOURCES = tallow.c tallow_LDADD = $(LIBSYSTEMD_JOURNAL_LIBS) +EXTRA_DIST = AUTHORS COPYING INSTALL +dist_doc_DATA = tallow.conf dist_man_MANS = tallow.1 tallow.conf.5