88b61a744d
Some interesting features in the server part over 2.4.2p2 (handling of barcode readers, dumper priorities, ...)
36 lines
1 KiB
Text
36 lines
1 KiB
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/05/02 13:28:15 bouyer Exp $
|
|
|
|
--- Makefile.in.orig Fri Mar 8 20:29:29 2002
|
|
+++ Makefile.in Tue Apr 30 13:23:44 2002
|
|
@@ -33,7 +33,7 @@
|
|
mandir = @mandir@
|
|
includedir = @includedir@
|
|
oldincludedir = /usr/include
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
@@ -155,11 +155,11 @@
|
|
ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I)
|
|
|
|
@WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src
|
|
-@WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src
|
|
+TAPE_SUBDIRS = tape-src
|
|
@WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src
|
|
@WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src
|
|
@WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src
|
|
-@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot
|
|
+#PLOT_SUBDIRS = amplot
|
|
# order is significant, don't change it arbitrarily
|
|
SUBDIRS = \
|
|
config \
|
|
@@ -170,7 +170,7 @@
|
|
$(RESTORE_SUBDIRS) \
|
|
$(RECOVER_SUBDIRS) \
|
|
$(PLOT_SUBDIRS) \
|
|
- man docs example
|
|
+ man
|
|
|
|
|
|
pkgdata_DATA = \
|