1## Process this file with automake to create Makefile.in
2
3perllibdir = $(pkgdatadir)/Autom4te
4dist_perllib_DATA = \
5  C4che.pm \
6  ChannelDefs.pm \
7  Channels.pm \
8  Configure_ac.pm \
9  FileUtils.pm \
10  General.pm \
11  Request.pm \
12  Struct.pm \
13  XFile.pm
14
15
16## --------------- ##
17## Building TAGS.  ##
18## --------------- ##
19
20TAGS_FILES = $(dist_perllib_DATA)
21
22ETAGS_ARGS = --lang=perl
23