mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Do install gtestutils.h even on Win32.
svn path=/trunk/; revision=5935
This commit is contained in:
parent
d2b9634cb7
commit
5309d10f8f
@ -21,7 +21,6 @@ endif
|
|||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
gtestutils_c = gtestutils.c
|
gtestutils_c = gtestutils.c
|
||||||
gtestutils_h = gtestutils.h
|
|
||||||
tests_subdir = tests
|
tests_subdir = tests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -227,7 +226,7 @@ glibsubinclude_HEADERS = \
|
|||||||
gspawn.h \
|
gspawn.h \
|
||||||
gstdio.h \
|
gstdio.h \
|
||||||
gstrfuncs.h \
|
gstrfuncs.h \
|
||||||
$(gtestutils_h) \
|
gtestutils.h \
|
||||||
gstring.h \
|
gstring.h \
|
||||||
gthread.h \
|
gthread.h \
|
||||||
gthreadpool.h \
|
gthreadpool.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user