summaryrefslogtreecommitdiff
path: root/slideshow/Executable_demoshow.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:55 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 14:43:29 +0200
commit2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 (patch)
tree9b3d1027c5a20f48f5783e4bf1d523ba166e02f2 /slideshow/Executable_demoshow.mk
parent6813470ad0f8ed4a87ed296d8d35e6857f10bf15 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'slideshow/Executable_demoshow.mk')
-rw-r--r--slideshow/Executable_demoshow.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk
index 6c54ff5bad01..a50d79aae30b 100644
--- a/slideshow/Executable_demoshow.mk
+++ b/slideshow/Executable_demoshow.mk
@@ -34,7 +34,6 @@ $(eval $(call gb_Executable_set_include,demoshow,\
-I$(realpath $(SRCDIR)/slideshow/inc/pch) \
-I$(realpath $(SRCDIR)/slideshow/source/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
ifeq ($(strip $(VERBOSE)),TRUE)
@@ -51,6 +50,11 @@ $(eval $(call gb_Executable_set_defs,demoshow,\
))
endif
+$(eval $(call gb_Library_add_api,demoshow,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Executable_add_linked_libs,demoshow,\
basegfx \
comphelper \