summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-03-23 15:26:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-03-23 15:26:11 +0100
commit8e22fc68e7dda43e9f0b6857b1057d0e9131a4b2 (patch)
tree6fbf7a94f2636f7bdab12252bcd19caecf60de4a /include
parentb478d59e9dc435565a7d47d58a8b915e3d80de63 (diff)
downloadcurl-8e22fc68e7dda43e9f0b6857b1057d0e9131a4b2.tar.gz
scripts: move three scripts from lib/ to scripts/
Move checksrc.pl, firefox-db2pem.sh and mk-ca-bundle.pl since they don't particularly belong in lib/ Also created an EXTRA_DIST= in scripts/Makefile.am instead of specifying those files in the root Makefile.am Closes #8625
Diffstat (limited to 'include')
-rw-r--r--include/curl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am
index b6b194165..cad2ace03 100644
--- a/include/curl/Makefile.am
+++ b/include/curl/Makefile.am
@@ -31,7 +31,7 @@ CS_1 =
CS_ = $(CS_0)
checksrc:
- $(CHECKSRC)@PERL@ $(top_srcdir)/lib/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
+ $(CHECKSRC)@PERL@ $(top_srcdir)/scripts/checksrc.pl -D$(top_srcdir)/include/curl $(pkginclude_HEADERS)
if CURLDEBUG
# for debug builds, we scan the sources on all regular make invokes