Install misdnlogger.conf.sample as default

This commit is contained in:
Karsten Keil 2015-08-17 11:23:04 +02:00
parent d263d37f77
commit 3c6665d794
2 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@ isdn_text2wireshark_SOURCES = text_wireshark.c
AM_CPPFLAGS = -Wall -Werror -I$(top_srcdir)/include $(_MEMLEAKDEBUG)
CLEANFILES = *~
install-data-local:
install -d $(DESTDIR)$(sysconfdir)
install -m 644 misdnlogger.conf.sample $(DESTDIR)$(sysconfdir)/misdnlogger.conf
distuninstallcheck_listfiles = \
find . -type f -print | grep -v 'misdnlogger.conf'