diff options
author | Simon Howard | 2009-05-26 22:14:24 +0000 |
---|---|---|
committer | Simon Howard | 2009-05-26 22:14:24 +0000 |
commit | 0be19fa1fe7fabc04b8fbd593a660fdc85f57d87 (patch) | |
tree | 41c94d134c86603649fe31aecd7497f78e6a8c58 | |
parent | 7b70d415d1acf162e6fe6f136148cf30ba4e3daa (diff) | |
download | chocolate-doom-0be19fa1fe7fabc04b8fbd593a660fdc85f57d87.tar.gz chocolate-doom-0be19fa1fe7fabc04b8fbd593a660fdc85f57d87.tar.bz2 chocolate-doom-0be19fa1fe7fabc04b8fbd593a660fdc85f57d87.zip |
Fix tags for functions using TXT_UNCAST_ARG.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1532
-rw-r--r-- | textscreen/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textscreen/Makefile.am b/textscreen/Makefile.am index 5d177111..b8904520 100644 --- a/textscreen/Makefile.am +++ b/textscreen/Makefile.am @@ -1,6 +1,8 @@ AM_CFLAGS = -I../src +CTAGS_ARGS=-I TXT_UNCAST_ARG+ + # build this directory before the examples directory. SUBDIRS= . examples |