blob: a454bad296646b086ffd7143528a97d0640b1a81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- xlhtml/Makefile.am.orig Mon Feb 25 01:15:12 2002
+++ xlhtml/Makefile.am Mon Feb 25 01:15:59 2002
@@ -2,13 +2,13 @@
EXTRA_DIST = README ChangeLog TODO THANKS Test.xls Test.html xlhtml.1
-INCLUDES = -I../cole
+INCLUDES = -I$(LOCALBASE)/include -I../cole
noinst_PROGRAMS = xldump xlcdump
noinst_SCRIPTS = xls-handler gpdemo
man_MANS = xlhtml.1
bin_SCRIPTS = nsopen nsxlview
bin_PROGRAMS = xlhtml
-LDADD = ../cole/libcole.a
+LDADD = -L$(LOCALBASE)/lib -lcole
xlhtml_SOURCES = xlhtml.c
xldump_SOURCES = xldump.c
xlcdump_SOURCES = xlcdump.c
|