diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-13 13:03:08 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-14 19:39:49 +0200 |
commit | e9ed269c9ec985e1f4046addfab05c1c3795da68 (patch) | |
tree | 531cd83fc4cb878ddf8c323aaeda03c2a760fb81 /tubes | |
parent | 62f5fc1d2f14f8164c3dd6eca5494a8c1b01301b (diff) |
tubes: clean this makefile
Change-Id: Iaae75640e2daac0edce609a99f20056e12756ffc
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/Executable_liboapprover.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tubes/Executable_liboapprover.mk b/tubes/Executable_liboapprover.mk index 63f81770de95..feb9bca72075 100644 --- a/tubes/Executable_liboapprover.mk +++ b/tubes/Executable_liboapprover.mk @@ -26,18 +26,14 @@ $(eval $(call gb_Executable_Executable,liboapprover)) -$(eval $(call gb_Executable_set_targettype_gui,liboapprover,YES)) - $(eval $(call gb_Executable_set_include,liboapprover,\ + -I$(SRCDIR)/tubes/inc \ $$(INCLUDE) \ - $(GTK_CFLAGS) \ - $(TELEPATHY_CFLAGS) \ - -I$(realpath $(SRCDIR)/tubes/inc) \ )) -$(eval $(call gb_Executable_add_libs,liboapprover,\ - $(GTK_LIBS) \ - $(TELEPATHY_LIBS) \ +$(eval $(call gb_Executable_use_externals,liboapprover,\ + gtk \ + telepathy \ )) $(eval $(call gb_Executable_add_cobjects,liboapprover,\ |