diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-08 14:13:05 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-08 14:53:09 +0200 |
commit | 36e7740104e2049518cf826c38eceedac36c8b73 (patch) | |
tree | c624a271dae329f45f1984027c984a5dd9b1868a /sdext | |
parent | 814484b2ac50edb2c5b4d296afefe3a4891596ba (diff) |
add function for converting path to URL
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/CppunitTest_pdfimport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/CppunitTest_pdfimport.mk b/sdext/CppunitTest_pdfimport.mk index e503ad707878..9c29186e9599 100644 --- a/sdext/CppunitTest_pdfimport.mk +++ b/sdext/CppunitTest_pdfimport.mk @@ -28,7 +28,7 @@ $(eval $(call gb_CppunitTest_CppunitTest,sdext_pdfimport)) $(eval $(call gb_CppunitTest_add_defs,sdext_pdfimport,\ - -DPDFIMPORT_EXECUTABLE_LOCATION=\"$(call gb_CppunitTarget__make_url,\ + -DPDFIMPORT_EXECUTABLE_LOCATION=\"$(call gb_Helper_make_url,\ $(dir $(call gb_Executable_get_target,xpdfimport)))\" \ )) |