diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
m--------- | thunk_h (renamed from libthunk) | 0 |
3 files changed, 4 insertions, 4 deletions
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/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/libthunk b/thunk_h -Subproject 73a5f983dbfbe47e2338871063f26f00adfce85 +Subproject 73a5f983dbfbe47e2338871063f26f00adfce85 |