1# Copyright (c) 2002-2015 2# The Xfce development team. All rights reserved. 3# 4# Written for Xfce by Benedikt Meurer <benny@xfce.org>. 5# 6 7macrodir = $(datarootdir)/aclocal 8macro_DATA = \ 9 xdt-depends.m4 \ 10 xdt-features.m4 \ 11 xdt-i18n.m4 \ 12 xdt-version.m4 13 14EXTRA_DIST = \ 15 $(macro_DATA) 16 17# vi:set ts=8 sw=8 noet ai: 18