diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-10-28 10:03:29 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2012-10-28 10:03:29 -0400 |
commit | 061674ff28cbbe946d54a3eec06c65fcbb560704 (patch) | |
tree | 7e224a07f70b46dac8094b786da0ca156692b271 /mythes | |
parent | 7e2c27cfb08d3444fbf896d6ab9138a0fbc09ece (diff) |
fix mythes
Change-Id: Ie612045398d267e69eca25e2f57cd6f6eca28f5e
Diffstat (limited to 'mythes')
-rw-r--r-- | mythes/Module_mythes.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mythes/Module_mythes.mk b/mythes/Module_mythes.mk index b8dbc9b7660e..da7b14d10aee 100644 --- a/mythes/Module_mythes.mk +++ b/mythes/Module_mythes.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Module_add_targets,mythes,\ StaticLibrary_mythes \ )) else -$(eval $(call gb_Module_add_targets,librsvg,\ +$(eval $(call gb_Module_add_targets,mythes,\ ExternalPackage_mythes \ ExternalProject_mythes \ )) |