diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2011-06-27 20:17:52 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2011-06-27 20:17:52 -0700 |
commit | 6c2ac7661dc1ea3ddd83617dd247a467e00486de (patch) | |
tree | 305b42eaf412fa59700dfdc4f8e4f0cd84d18aea /src/map/if/module.make | |
parent | 86ba294dc89a07af93d1cb31a1137c2e11300b4f (diff) | |
download | abc-6c2ac7661dc1ea3ddd83617dd247a467e00486de.tar.gz abc-6c2ac7661dc1ea3ddd83617dd247a467e00486de.tar.bz2 abc-6c2ac7661dc1ea3ddd83617dd247a467e00486de.zip |
Added another specialized check to the mapper.
Diffstat (limited to 'src/map/if/module.make')
-rw-r--r-- | src/map/if/module.make | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/if/module.make b/src/map/if/module.make index 0482c831..b60e2691 100644 --- a/src/map/if/module.make +++ b/src/map/if/module.make @@ -1,6 +1,7 @@ SRC += src/map/if/ifCore.c \ src/map/if/ifCut.c \ - src/map/if/ifDec.c \ + src/map/if/ifDec07.c \ + src/map/if/ifDec08.c \ src/map/if/ifDec10.c \ src/map/if/ifLib.c \ src/map/if/ifMan.c \ |