summaryrefslogtreecommitdiffstats
path: root/system/smokeping/smokeping-2.8.2-no-3rd-party.patch
blob: bd4734cb4e9f901a9a6c82a8b207098f6f489545 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/Makefile.am b/Makefile.am
index 1dc34c7..8c00ec5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
 
 AUTOMAKE_OPTIONS =  foreign
 
-SUBDIRS = lib thirdparty bin doc etc htdocs
+SUBDIRS = lib bin doc etc htdocs
 
 EXTRA_DIST = COPYRIGHT CHANGES CONTRIBUTORS LICENSE cpanfile VERSION README.md
 
diff --git a/configure.ac b/configure.ac
index 33b75c5..4ce4a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,7 +140,7 @@ NOTES
    exit 1
 fi
 
-AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile thirdparty/Makefile etc/config.dist])
+AC_CONFIG_FILES([Makefile bin/Makefile doc/Makefile htdocs/Makefile etc/Makefile lib/Makefile etc/config.dist])
 
 AC_SUBST(VERSION)