summaryrefslogtreecommitdiff
path: root/footer.am
diff options
context:
space:
mode:
Diffstat (limited to 'footer.am')
-rw-r--r--footer.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/footer.am b/footer.am
index cd1bcea72..a1c446618 100644
--- a/footer.am
+++ b/footer.am
@@ -3,12 +3,12 @@ check dvi info install uninstall::
id:: ID
ID::
- here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES)
+ here=`pwd`; cd $(srcdir) && mkid -f $$here/ID $(SOURCES) $(HEADERS)
tags:: TAGS
TAGS::
- here=`pwd`; cd $(srcdir) && etags $(SOURCES) -o $$here/TAGS
+ here=`pwd`; cd $(srcdir) && etags $(SOURCES) $(HEADERS) -o $$here/TAGS
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.