Add gthread.h to deprecated headers

...not deprecated sources
This commit is contained in:
Ryan Lortie 2011-09-22 13:47:25 -04:00
parent 8e716cbb49
commit c59846086b

View File

@ -114,8 +114,7 @@ uninstall-ms-lib:
deprecated_sources = \ deprecated_sources = \
deprecated/gallocator.c \ deprecated/gallocator.c \
deprecated/gcompletion.c \ deprecated/gcompletion.c \
deprecated/grel.c \ deprecated/grel.c
deprecated/gthread.h
libglib_2_0_la_SOURCES = \ libglib_2_0_la_SOURCES = \
$(deprecated_sources) \ $(deprecated_sources) \
@ -239,7 +238,8 @@ deprecatedincludedir=$(includedir)/glib-2.0/glib/deprecated
deprecatedinclude_HEADERS = \ deprecatedinclude_HEADERS = \
deprecated/gallocator.h \ deprecated/gallocator.h \
deprecated/gcompletion.h \ deprecated/gcompletion.h \
deprecated/grel.h deprecated/grel.h \
deprecated/gthread.h
glibsubincludedir=$(includedir)/glib-2.0/glib glibsubincludedir=$(includedir)/glib-2.0/glib
glibsubinclude_HEADERS = \ glibsubinclude_HEADERS = \