32 lines
1 KiB
Text
32 lines
1 KiB
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.in.orig Fri Oct 5 11:37:00 2001
|
|
+++ Makefile.in Fri Oct 5 11:40:45 2001
|
|
@@ -157,7 +157,7 @@
|
|
@LIBGPA_TRUE@LIBGPA_DIR = libgpa data
|
|
@LIBGPA_FALSE@LIBGPA_DIR =
|
|
|
|
-SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts tests $(INSTALLER_DIR)
|
|
+SUBDIRS = intl po $(LIBGPA_DIR) libgnomeprint afms profiles fonts $(INSTALLER_DIR)
|
|
|
|
INCLUDES = $(GTK_CFLAGS) -I$(top_srcdir)/intl -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) @PRINT_INCLUDEDIR@ -DPROFILEDIR=\""$(profilesdir)"\"
|
|
|
|
@@ -171,7 +171,7 @@
|
|
EXTRA_DIST = printConf.sh.in gnome-print.spec.in gnome-print.spec run-gnome-font-install
|
|
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = printConf.sh
|
|
|
|
CLEANFILES = printConf.sh
|
|
@@ -192,7 +192,7 @@
|
|
TAR = gtar
|
|
GZIP_ENV = --best
|
|
DIST_SUBDIRS = intl po libgpa data libgnomeprint afms profiles fonts \
|
|
-tests installer
|
|
+installer
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|