From b8b9d51b8cf1cafe1a94e1baf957f3f282abb32f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 16 Feb 2015 18:07:47 +0200 Subject: tdf#88428: Add GUI to select one of user-configured Time Stamp Authorities Work in progress. The selection not used for anything yet. Change-Id: Ia86fa0f59dcfee8e9d332a028a3fad37f4019fe0 --- filter/Library_pdffilter.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'filter/Library_pdffilter.mk') diff --git a/filter/Library_pdffilter.mk b/filter/Library_pdffilter.mk index b3a62d76f352..6de7d341367e 100644 --- a/filter/Library_pdffilter.mk +++ b/filter/Library_pdffilter.mk @@ -30,6 +30,10 @@ $(eval $(call gb_Library_set_include,pdffilter,\ $$(INCLUDE) \ )) +$(eval $(call gb_Library_use_custom_headers,pdffilter,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_libraries,pdffilter,\ svt \ sfx \ -- cgit