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

INCLUDES = $(LIBGNOME_CFLAGS)

bin_PROGRAMS = gnome2-info2html

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

gnome2_info2html_LDADD = $(LIBGNOME_LIBS) $(Z_LIBS) $(BZ_LIBS)