summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c975e6..19bd1ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -149,7 +149,7 @@ buf.o: buf.c flexdef.h
# Create a tags file.
tags:
- ctags --c-types='defgmstuv' *.[ch]
+ ctags --c-types='defgmstuv' $(srcdir)/*.[ch]
#The below recipe for making the ChangeLog will only work if you have a copy of the cvs tree handy so let it fail gracefully.