diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 21:39:57 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-03 21:41:21 -0400 |
commit | 9a73253d95009520d2307fec9ef27e1a58c9ea98 (patch) | |
tree | afed79c72517d67606eaf3e2d2af9fc2d6df6650 /rules/modello-plugins | |
parent | eb886d4428917e53d8e3a43e0d6be28d64738921 (diff) |
Look for odd files in workdir after running `make place`
Diffstat (limited to 'rules/modello-plugins')
-rw-r--r-- | rules/modello-plugins/subdir-deps.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/modello-plugins/subdir-deps.mk b/rules/modello-plugins/subdir-deps.mk index e935006..391c538 100644 --- a/rules/modello-plugins/subdir-deps.mk +++ b/rules/modello-plugins/subdir-deps.mk @@ -10,6 +10,8 @@ modello-plugin-jdom_deps = modello-plugin-java modello-plugin-xml modello-plugin-sax_deps = modello-plugin-java modello-plugin-xml modello-plugin-snakeyaml_deps = modello-plugin-java modello-plugin-xml modello-plugin-stax_deps = modello-plugin-java modello-plugin-xml + +# FIXME: generated code? modello-plugin-xpp3_deps = modello-plugin-java modello-plugin-xml # FIXME: depends on an external 'fasterxml' |