summaryrefslogtreecommitdiff
path: root/src/man2html/Makefile.am
blob: f3d08b1177ec8cb4628932e5bcd987c21def74e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in.

INCLUDES = 								\
	-I$(top_srcdir)							\
	@YELP_CFLAGS@							


libexec_PROGRAMS = yelp-man2html

yelp_man2html_SOURCES = yelp-man2html.c

yelp_man2html_LDADD = 							\
	@YELP_LIBS@ $(Z_LIBS) $(BZ_LIBS)

#CFLAGS += -Wall