diff options
author | Jakob Bornecrantz <[email protected]> | 2009-06-17 14:45:52 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-18 14:36:19 +0200 |
commit | edbec6b112468cf8fa5546aaecb2832c91352127 (patch) | |
tree | 578a71e1917da4b00a74db2f477d88eaf2bdf66d /progs/rbug/Makefile | |
parent | 3addc4e3078b99db07598ac0b2473f7612b83a09 (diff) |
progs/rbug: Add small program to add block rules
Diffstat (limited to 'progs/rbug/Makefile')
-rw-r--r-- | progs/rbug/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/rbug/Makefile b/progs/rbug/Makefile index 718f7a2bb52..fb4e91d1aff 100644 --- a/progs/rbug/Makefile +++ b/progs/rbug/Makefile @@ -22,6 +22,7 @@ SOURCES = \ shdr_dump.c \ shdr_disable.c \ ctx_info.c \ + ctx_rule.c \ tex_info.c \ tex_dump.c |