ca71470303
- tweak license marker (from kili@) - sync COMMENT with reality - this needs psutils for most features - enable delegations without needing to build_depends on the corresponding programs so that printing for most formats will just work, granted necessary utilities are installed "commit it" kili@
13 lines
554 B
Plaintext
13 lines
554 B
Plaintext
$OpenBSD: patch-contrib_sample_Makefile_in,v 1.2 2008/11/23 20:28:32 ajacoutot Exp $
|
|
--- contrib/sample/Makefile.in.orig Wed Nov 19 19:28:30 2008
|
|
+++ contrib/sample/Makefile.in Wed Nov 19 19:29:01 2008
|
|
@@ -297,7 +297,7 @@ target_alias = @target_alias@
|
|
tex = @tex@
|
|
AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
|
|
sample_SOURCES = main.c
|
|
-INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/intl -I$(top_srcdir)/lib
|
|
+INCLUDES = -I. -I.. -I$(top_builddir) -I$(top_srcdir)/lib
|
|
sample_LDADD = $(top_builddir)/lib/liba2ps.la @LIBINTL@ -lm
|
|
all: all-am
|
|
|