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

INCLUDES = $(LIBGNOME_CFLAGS)

libexec_PROGRAMS = gnome2-man2html

gnome2_man2html_SOURCES = gnome-man2html.c

gnome2_man2html_LDADD = $(LIBGNOME_LIBS) $(Z_LIBS) $(BZ_LIBS)

#CFLAGS += -Wall