summaryrefslogtreecommitdiff
path: root/Makefile.am.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>1999-01-19 17:08:01 +0100
committerNiels Möller <nisse@lysator.liu.se>1999-01-19 17:08:01 +0100
commitdc87376ad19c1002158a6d99561ffbe6a0a9b6ee (patch)
tree44357f48a8b119d4ae5041f2604e6668ce044cfd /Makefile.am.in
parent81f9c0d84e14852064b57a6c5f3ef6fab9880372 (diff)
downloadnettle-dc87376ad19c1002158a6d99561ffbe6a0a9b6ee.tar.gz
*** empty log message ***
Rev: src/symmetric/Makefile.am.in:1.11 Rev: src/symmetric/include/Makefile.am.in:1.5
Diffstat (limited to 'Makefile.am.in')
-rw-r--r--Makefile.am.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am.in b/Makefile.am.in
index 3d45005b..c65c1cdd 100644
--- a/Makefile.am.in
+++ b/Makefile.am.in
@@ -90,7 +90,9 @@ ctags: ctags-recursive $(HEADERS) $(SOURCES) $(CONFIG_HEADER) $(TAGS_DEPENDENCIE
awk ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
test -z "$(CTAGS_ARGS)$(CONFIG_HEADER)$$unique$(LISP)$$tags" \
- || (cd $(srcdir) && ctags -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP))
+ || (cd $(srcdir) && ctags --langmap=c:.c.x -o $$here/tags $(CTAGS_ARGS) $$tags $(CONFIG_HEADER) $$unique $(LISP))
+# This treats .h.x files as C files rather than headers, but we can't
+# distinguish them from .c.x files with ctags.
# Override the standard distclean-tags target, as this doesn't support `tags'
distclean-tags: