mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
--- Makefile.in.orig Fri Nov 17 22:45:29 2000
|
|
+++ Makefile.in Mon Nov 20 12:01:17 2000
|
|
@@ -108,7 +108,7 @@
|
|
|
|
AUTOMAKE_OPTIONS = 1.4
|
|
|
|
-SUBDIRS = . gobject gmodule gthread docs tests build
|
|
+SUBDIRS = . gobject gmodule gthread docs build
|
|
|
|
bin_SCRIPTS = glib-config-2.0
|
|
|
|
@@ -134,7 +134,7 @@
|
|
glibinclude_HEADERS = galloca.h garray.h gasyncqueue.h gbacktrace.h gcache.h gcompletion.h gconvert.h gdataset.h gdate.h gerror.h gfileutils.h ghash.h ghook.h giochannel.h glib.h glib-object.h glist.h gmacros.h gmain.h gmarkup.h gmem.h gmessages.h gnode.h gprimes.h gquark.h gqueue.h grand.h grel.h gscanner.h gshell.h gslist.h gspawn.h gstrfuncs.h gstring.h gthread.h gthreadpool.h gtimer.h gtree.h gtypes.h gunicode.h gutils.h gwin32.h
|
|
|
|
|
|
-configexecincludedir = $(libdir)/glib-2.0/include
|
|
+configexecincludedir = $(glibincludedir)
|
|
|
|
CONFIGURE_DEPENDENCIES = acglib.m4
|
|
|
|
@@ -594,7 +594,7 @@
|
|
install-exec-local
|
|
install-exec: install-exec-recursive
|
|
|
|
-install-data-am: install-m4dataDATA install-pkgconfigDATA \
|
|
+install-data-am: install-m4dataDATA \
|
|
install-glibincludeHEADERS
|
|
install-data: install-data-recursive
|
|
|