summaryrefslogtreecommitdiff
path: root/src/info2html/Makefile.am
blob: d6ecd854385d233136147c2e46edc626f7d6686c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 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-info2html

gnome_info2html_SOURCES = main.c parse.c utils.c html.c

CFLAGS += -Wall