Fix make dist
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2007 15:50:08 +0000 (15:50 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 20 Dec 2007 15:50:08 +0000 (15:50 +0000)
svn path=/trunk/; revision=6177

ChangeLog
glib/Makefile.am

index 3e308db255e34a4efc237d97364f0d4ef522287f..ecd6e7340bbfb5c13d0c18e575f0f737b3cfa42d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-20  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am: Fix make dist
+
 2007-12-20 16:34:04  Tim Janik  <timj@imendio.com>
 
        * glib/gtester-report: commented class definitions. moved HTML character
index b5df50bb68b0877d77f1fb2bc4e6629385515e58..f608cb5e889c6bc0e18a393e4fe9238d5c0feeca 100644 (file)
@@ -295,13 +295,14 @@ libglib_2_0_la_LDFLAGS = \
 
 INSTALL_PROGS=
 
+gspawn-win32-helper-console.c:
+       echo '#include "gspawn-win32-helper.c"' >$@
+
 if OS_WIN32
 INSTALL_PROGS += gspawn-win32-helper gspawn-win32-helper-console
 gspawn_win32_helper_LDADD = libglib-2.0.la
 gspawn_win32_helper_LDFLAGS = -mwindows
 gspawn_win32_helper_console_LDADD = libglib-2.0.la
-gspawn-win32-helper-console.c:
-       echo '#include "gspawn-win32-helper.c"' >$@
 
 glib-win32-res.o: glib.rc
        $(WINDRES) glib.rc $@