File: Makefile.am

package info (click to toggle)
xfce4-dev-tools 4.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,976 kB
  • sloc: sh: 5,180; ansic: 404; xml: 137; python: 128; makefile: 109
file content (17 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright (c) 2002-2015
#         The Xfce development team. All rights reserved.
#
# Written for Xfce by Benedikt Meurer <benny@xfce.org>.
#

macrodir = $(datarootdir)/aclocal
macro_DATA =								\
	xdt-depends.m4							\
	xdt-features.m4							\
	xdt-i18n.m4							\
	xdt-version.m4

EXTRA_DIST =								\
	$(macro_DATA)

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