mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 10:46:23 +00:00
Fix 'tags' target in Makefile
Was not indexing the libsodium-dev/include directory correctly.
This commit is contained in:
parent
2443811dad
commit
4987c0d689
@ -372,7 +372,7 @@ libmonitorclient.so: $(MONITOR_CLIENT_OBJS) $(OBJSDIR_TOOLS)/version.o $(LIBSODI
|
||||
# and Android NDK header files.
|
||||
$(SOURCE_PREFIX)tags: Makefile $(PREFIXED_HEADERS) $(PREFIXED_SOURCES)
|
||||
{ for file in $(PREFIXED_HEADERS) $(PREFIXED_SOURCES); do echo "$$file"; done; \
|
||||
find $(LIBSODIUM_DEV)/install -type f ; \
|
||||
find $(LIBSODIUM_DEV)/include -type f ; \
|
||||
sp-find-gcc-headers $(CFLAGS) 2>/dev/null; \
|
||||
ndk_prefix=$$(sp-ndk-prefix . 2>/dev/null) && find "$$ndk_prefix/arch-arm/usr/include" -type f; \
|
||||
} | ctags -L- -f $@ --tag-relative=yes --c-kinds=defgmpstuv
|
||||
|
Loading…
Reference in New Issue
Block a user