summaryrefslogtreecommitdiff
path: root/src/info2html/Makefile.am
blob: 090bd889e95e75462ff0249ee4918b7c1de7f47a (plain)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in.

INCLUDES = @YELP_CFLAGS@

libexec_PROGRAMS = yelp-info2html

yelp_info2html_SOURCES = main.c parse.c utils.c html.c data.h html.h parse.h utils.h version.h

yelp_info2html_LDADD = @YELP_LIBS@ $(Z_LIBS) $(BZ_LIBS)