11 lines
509 B
Plaintext
11 lines
509 B
Plaintext
$OpenBSD: patch-contrib_trytime_Makefile_am,v 1.1 2004/06/08 20:21:24 danh Exp $
|
|
--- contrib/trytime/Makefile.am.orig 2003-11-30 17:00:24.000000000 -0500
|
|
+++ contrib/trytime/Makefile.am 2004-06-08 15:46:44.000000000 -0400
|
|
@@ -1,5 +1,5 @@
|
|
## Process this file with automake to produce Makefile.in
|
|
-AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/src -I$(LOCALBASE)/include
|
|
EXTRA_DIST = trytime.c
|
|
contribdir = $(prefix)/contrib/trytime
|
|
contrib_DATA = README trytime.c
|