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

INCLUDES = 			\
	-I$(includedir)		\
	-I$(top_srcdir)/intl


LDADD = \
	$(GNOME_LIBDIR)					\
	$(GNOMEUI_LIBS)					\
	$(INTLLIBS)

bin_PROGRAMS = gnome-man2html

gnome_man2html_SOURCES = gnome-man2html.c

CFLAGS += -Wall