Move gtkfeatures.h from gtk_public_h_sources to directly here to avoid
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from gtk_public_h_sources to directly here to avoid warning when building srcdir != builddir. (#9656)
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
Wed Jan 31 15:46:13 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkfeatures.h from
|
||||
gtk_public_h_sources to directly here to avoid warning when
|
||||
building srcdir != builddir. (#9656)
|
||||
|
||||
Tue Jan 30 19:49:02 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
|
||||
|
||||
@@ -72,7 +72,6 @@ gtk_public_h_sources = @STRIP_BEGIN@ \
|
||||
gtkentry.h \
|
||||
gtkenums.h \
|
||||
gtkeventbox.h \
|
||||
gtkfeatures.h \
|
||||
gtkfilesel.h \
|
||||
gtkfixed.h \
|
||||
gtkfontsel.h \
|
||||
@@ -310,7 +309,7 @@ gdk_headers = @STRIP_BEGIN@ \
|
||||
#
|
||||
# setup GTK+ sources and their dependancies
|
||||
#
|
||||
libgtkinclude_HEADERS = $(gtk_public_h_sources) $(gtk_built_public_sources)
|
||||
libgtkinclude_HEADERS = $(gtk_public_h_sources) $(gtk_built_public_sources) gtkfeatures.h
|
||||
libgtk_la_SOURCES = $(gtk_c_sources)
|
||||
MAINTAINERCLEANFILES += $(gtk_built_public_sources) $(gtk_built_sources)
|
||||
EXTRA_HEADERS +=
|
||||
|
||||
Reference in New Issue
Block a user