From: Tor Lillqvist Date: Sun, 25 Nov 2007 21:47:16 +0000 (+0000) Subject: Do install gtestutils.h even on Win32. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=5309d10f8f68f5c66937ec96615c1197fd7f263c;p=dana%2Fcg-glib.git Do install gtestutils.h even on Win32. svn path=/trunk/; revision=5935 --- diff --git a/glib/Makefile.am b/glib/Makefile.am index 115dad99..789ebdfa 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 \