summaryrefslogtreecommitdiff
path: root/mimetypes/Makefile.am
blob: cdcb0f1171c9d40d8fafb4dd68b62bef70570860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
noinst_LIBRARIES = libmimetypes.a
libmimetypes_a_SOURCES = \
 mimetypes.h\
 mtint.h\
 err.c\
 eval.c\
 ident.c\
 grammar.y\
 lexer.l\
 linetrack.c\
 locus.c\
 locus.h\
 prloc.c\
 yyloc.h
EXTRA_DIST=grammar.h
AM_YFLAGS=-vtd
AM_LEXFLAGS=-d
SUBDIRS = . tests

Return to:

Send suggestions and report system problems to the System administrator.