summaryrefslogtreecommitdiff
path: root/sdext/StaticLibrary_pdfimport_s.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-30 19:57:06 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-04 11:31:58 +0200
commitbe3c5c7c56673337c634c097cca0e1eaf2895891 (patch)
tree4c751808df27dcc97405c3c0577e479598dd6fc8 /sdext/StaticLibrary_pdfimport_s.mk
parentb635ee568cba6dc828084cdbd9e9b9995ddf7a68 (diff)
sdext: use CustomTarget makefiles
Diffstat (limited to 'sdext/StaticLibrary_pdfimport_s.mk')
-rw-r--r--sdext/StaticLibrary_pdfimport_s.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/sdext/StaticLibrary_pdfimport_s.mk b/sdext/StaticLibrary_pdfimport_s.mk
index 5fd30722048d..7bebdd722536 100644
--- a/sdext/StaticLibrary_pdfimport_s.mk
+++ b/sdext/StaticLibrary_pdfimport_s.mk
@@ -38,12 +38,9 @@ $(eval $(call gb_StaticLibrary_use_externals,pdfimport_s,\
zlib \
))
-$(eval $(call gb_StaticLibrary_add_package_headers,pdfimport_s,\
- sdext_pdfimport_keywords \
-))
+$(eval $(call gb_StaticLibrary_add_custom_headers,pdfimport_s,sdext/pdfimport))
$(eval $(call gb_StaticLibrary_set_include,pdfimport_s,\
- -I$(WORKDIR)/CustomTarget/sdext/source/pdfimport/wrapper \
-I$(SRCDIR)/sdext/source/pdfimport/inc \
$$(INCLUDE) \
))