Added lib/gtk+/include/* to %files (bug #5178 - Peter Wainright)

Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>

	* gtk+.spec.in: Added lib/gtk+/include/* to %files
	(bug #5178 - Peter Wainright)

	* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
	so that it will be installed.
	(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
This commit is contained in:
Owen Taylor 2000-01-24 01:38:17 +00:00 committed by Owen Taylor
parent a74de76f94
commit e91d0a6bf2
9 changed files with 68 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -1,3 +1,12 @@
Sun Jan 23 20:28:24 2000 Owen Taylor <otaylor@redhat.com>
* gtk+.spec.in: Added lib/gtk+/include/* to %files
(bug #5178 - Peter Wainright)
* gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
so that it will be installed.
(bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
Fri Jan 21 16:29:28 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument

View File

@ -165,6 +165,7 @@ fi
%{prefix}/lib/lib*.so
%{prefix}/lib/*a
%{prefix}/include/*
%{prefix}/include/lib/gtk+/include/*
%{prefix}/info/*
%{prefix}/man/man1/*
%{prefix}/share/aclocal/*

View File

@ -40,7 +40,9 @@ libgtk_la_LDFLAGS = @STRIP_BEGIN@ \
#
# setup source file variables
#
# GTK+ header files for public installation (non-generated)
# GTK+ header files for public installation (non-generated, or generated
# by configure)
gtk_public_h_sources = @STRIP_BEGIN@ \
gtk.h \
gtkaccelgroup.h \
@ -61,6 +63,7 @@ gtk_public_h_sources = @STRIP_BEGIN@ \
gtkclist.h \
gtkcolorsel.h \
gtkcombo.h \
gtkcompat.h \
gtkcontainer.h \
gtkctree.h \
gtkcurve.h \