mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
18 lines
556 B
Text
18 lines
556 B
Text
--- 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
|