summaryrefslogtreecommitdiff
path: root/src/man2html/Makefile.am
blob: 4f69dbe9edf196dd329d9b7c0922f9114cf7be46 (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)

bin_PROGRAMS = gnome2-man2html

gnome2_man2html_SOURCES = gnome-man2html.c

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

#CFLAGS += -Wall