diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 14:44:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-09 14:44:23 +0000 |
commit | daee4aa5f211ea1e777f291267582d34f6b02290 (patch) | |
tree | 1aecc49937e313572c7f3ecdf3c5e2376611620d /tools/Makefile | |
parent | 2dc792757f4258f327458eca0f74c0e8bb81ae29 (diff) | |
download | upstream-daee4aa5f211ea1e777f291267582d34f6b02290.tar.gz upstream-daee4aa5f211ea1e777f291267582d34f6b02290.tar.bz2 upstream-daee4aa5f211ea1e777f291267582d34f6b02290.zip |
[tools] package xfce-macros, required for autoreconf in xfce4 packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25974 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 6479162c50..149e3cea83 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,7 +17,7 @@ endif tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs tools-y += sstrip ipkg-utils genext2fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 flock -tools-y += mm-macros xorg-macros missing-macros xz cmake +tools-y += mm-macros xorg-macros xfce-macros missing-macros xz cmake tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 tools-$(CONFIG_TARGET_x86) += qemu ifneq ($(CONFIG_TARGET_ar71xx),) @@ -54,6 +54,7 @@ $(curdir)/qemu/compile := $(curdir)/e2fsprogs/install $(curdir)/upslug2/compile := $(curdir)/automake/install $(curdir)/mm-macros/compile := $(curdir)/automake/install $(curdir)/xorg-macros/compile := $(curdir)/automake/install +$(curdir)/xfce-macros/compile := $(curdir)/automake/install $(curdir)/missing-macros/compile := $(curdir)/automake/install $(curdir)/e2fsprogs/compile := $(curdir)/automake/install $(curdir)/libelf/compile := $(curdir)/automake/install |