diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-09-26 00:12:18 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-09-26 00:12:18 +0200 |
commit | ecd522535d0e968ee0cdd3783a58944f8324c0de (patch) | |
tree | 57bff6cec3eb5c03d2f46bf1538f8cfb9e683059 /ure/source | |
parent | 4768ce0f246226e0ef6449c1f33b9360b05ef7a8 (diff) |
fix path to binaryurp.component
Diffstat (limited to 'ure/source')
-rw-r--r-- | ure/source/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk index c8837a68186f..1f7589065e15 100644 --- a/ure/source/makefile.mk +++ b/ure/source/makefile.mk @@ -35,7 +35,7 @@ ZIP1LIST = uretest my_components = \ acceptor \ - binaryurp \ + component/binaryurp/source/binaryurp \ bootstrap \ connector \ introspection \ |