summaryrefslogtreecommitdiff
path: root/m4macros/Makefile.am
blob: 055051243ebf0fc87ec3ed8ba226ed680e1f7253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$
#
# Copyright (c) 2002-2005
#         The Xfce development team. All rights reserved.
#
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#

macrodir = $(datadir)/xfce4/dev-tools/m4macros
macro_DATA =								\
	xdt-depends.m4							\
	xdt-features.m4							\
	xdt-i18n.m4							\
	xdt-python.m4							\
	xdt-xfce.m4

EXTRA_DIST =								\
	$(macro_DATA)

# vi:set ts=8 sw=8 noet ai: