mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 05:49:22 -04:00
22 lines
578 B
Text
22 lines
578 B
Text
--- Makefile.in.orig Thu Jan 4 20:31:47 2007
|
|
+++ Makefile.in Thu Jan 4 20:33:38 2007
|
|
@@ -238,7 +238,7 @@ target_alias = @target_alias@
|
|
|
|
AUTOMAKE_OPTIONS = 1.7
|
|
|
|
-SUBDIRS = . m4macros glib gobject gmodule gthread tests po docs
|
|
+SUBDIRS = . m4macros glib gobject gmodule gthread po docs
|
|
|
|
bin_SCRIPTS = glib-gettextize
|
|
|
|
@@ -286,8 +286,8 @@ BUILT_EXTRA_DIST = \
|
|
config.h.win32 \
|
|
gtk-doc.make
|
|
|
|
-
|
|
-configexecincludedir = $(libdir)/glib-2.0/include
|
|
+glibincludedir = $(includedir)/glib-2.0
|
|
+configexecincludedir = $(glibincludedir)
|
|
|
|
CONFIGURE_DEPENDENCIES = acglib.m4
|
|
|