From 5309d10f8f68f5c66937ec96615c1197fd7f263c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 25 Nov 2007 21:47:16 +0000 Subject: [PATCH] Do install gtestutils.h even on Win32. svn path=/trunk/; revision=5935 --- glib/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/glib/Makefile.am b/glib/Makefile.am index 115dad9..789ebdf 100644 --- a/glib/Makefile.am +++ b/glib/Makefile.am @@ -21,7 +21,6 @@ endif if OS_UNIX gtestutils_c = gtestutils.c -gtestutils_h = gtestutils.h tests_subdir = tests endif @@ -227,7 +226,7 @@ glibsubinclude_HEADERS = \ gspawn.h \ gstdio.h \ gstrfuncs.h \ - $(gtestutils_h) \ + gtestutils.h \ gstring.h \ gthread.h \ gthreadpool.h \ -- 2.7.4