blob: f5a702bc66be1584465723fb401c4cd786dd2434 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- Makefile.am.orig 2024-05-09 17:03:52 UTC
+++ Makefile.am
@@ -3,8 +3,8 @@ dist_sbin_SCRIPTS = smcroute
SUBDIRS = man src
DISTCLEANFILES = *~ DEADJOE semantic.cache *.gdb *.elf core core.* *.d
dist_sbin_SCRIPTS = smcroute
-doc_DATA = README.md COPYING smcroute.conf
-EXTRA_DIST = README.md ChangeLog.md autogen.sh smcroute.conf smcroute.default smcroute.init
+doc_DATA = README.md ChangeLog.md
+EXTRA_DIST = autogen.sh smcroute.conf smcroute.default smcroute.init
if ENABLE_TEST
SUBDIRS += test
|