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@
22 lines
934 B
Plaintext
22 lines
934 B
Plaintext
$OpenBSD: patch-lib_Makefile_in,v 1.2 2008/11/23 20:28:32 ajacoutot Exp $
|
|
--- lib/Makefile.in.orig Wed Nov 19 19:29:56 2008
|
|
+++ lib/Makefile.in Wed Nov 19 19:30:28 2008
|
|
@@ -318,7 +318,7 @@ AUTOMAKE_OPTIONS = $(top_builddir)/lib/ansi2knr
|
|
# Definition of the local target
|
|
#
|
|
lib_LTLIBRARIES = liba2ps.la
|
|
-INCLUDES = -I$(top_builddir) -I$(top_builddir)/intl -I$(srcdir)
|
|
+INCLUDES = -I$(top_builddir) -I$(srcdir)
|
|
# Use a struct, handle duplicates, produce ANSI-C
|
|
GPERFFLAGS = -t -D -L ANSI-C
|
|
BUILT_SOURCES = parseppd.c parseppd.h liba2ps.h confg.c
|
|
@@ -441,7 +441,7 @@ clean-libLTLIBRARIES:
|
|
rm -f "$${dir}/so_locations"; \
|
|
done
|
|
liba2ps.la: $(liba2ps_la_OBJECTS) $(liba2ps_la_DEPENDENCIES)
|
|
- $(LINK) -rpath $(libdir) $(liba2ps_la_LDFLAGS) $(liba2ps_la_OBJECTS) $(liba2ps_la_LIBADD) $(LIBS)
|
|
+ $(LINK) -rpath $(libdir) $(liba2ps_la_LDFLAGS) $(liba2ps_la_OBJECTS) $(liba2ps_la_LIBADD)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|