From 244d9289a2496cde588ef4a8f0aafe6efeac2e4d Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 7 May 2019 11:48:47 -0700 Subject: libthunk: rename to thunk_h, update submodule url --- .gitmodules | 6 +++--- libthunk | 1 - src/Makefile.am | 2 +- thunk_h | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 libthunk create mode 160000 thunk_h diff --git a/.gitmodules b/.gitmodules index 44e7beb..d8ff84b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "libthunk"] - path = libthunk - url = git://git.pengaru.com/libthunk +[submodule "thunk_h"] + path = thunk_h + url = git://git.pengaru.com/thunk_h diff --git a/libthunk b/libthunk deleted file mode 160000 index 73a5f98..0000000 --- a/libthunk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 73a5f983dbfbe47e2338871063f26f00adfce85c diff --git a/src/Makefile.am b/src/Makefile.am index 588cafe..c763c56 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ noinst_LIBRARIES = libpulp.a libpulp_a_SOURCES = pulp.c pulp.h -libpulp_a_CPPFLAGS = -I@top_srcdir@/libthunk +libpulp_a_CPPFLAGS = -I@top_srcdir@/thunk_h diff --git a/thunk_h b/thunk_h new file mode 160000 index 0000000..73a5f98 --- /dev/null +++ b/thunk_h @@ -0,0 +1 @@ +Subproject commit 73a5f983dbfbe47e2338871063f26f00adfce85c -- cgit v1.2.3