summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:56 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:13 +0200
commit68e8a8404308a9283f2bcfa3c73a4c1ea774a511 (patch)
tree56162537d17cef4e66e1c4fbaaeb729f237e6c62 /framework
parent2a0a10364139ae9a6ee13fef2783e30656ea1e47 (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'framework')
-rw-r--r--framework/Library_lomenubar.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/Library_lomenubar.mk b/framework/Library_lomenubar.mk
index e8fe7c6ffb28..dd3848ef3fb8 100644
--- a/framework/Library_lomenubar.mk
+++ b/framework/Library_lomenubar.mk
@@ -33,10 +33,14 @@ $(eval $(call gb_Library_set_componentfile,lomenubar,framework/util/lomenubar))
$(eval $(call gb_Library_set_include,lomenubar,\
$$(INCLUDE) \
- -I$(OUTDIR)/inc/offuh \
$(shell pkg-config --cflags-only-I dbusmenu-gtk-0.4) \
))
+$(eval $(call gb_Library_add_api,lomenubar,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_set_ldflags,lomenubar,\
$$(LDFLAGS) \
$(shell pkg-config --libs dbusmenu-gtk-0.4) \