blob: eae368b3a571eabc9ef6010602989e7c0d5cd8e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
## Process this file with automake to produce Makefile.in.
INCLUDES = \
-I$(includedir) \
-I$(top_srcdir)/intl -I$(top_builddir)/intl
LDADD = $(Z_LIBS)
bin_PROGRAMS = gnome-man2html2
gnome_man2html2_SOURCES = gnome-man2html.c
#CFLAGS += -Wall
|