Fix gdkenumtypes.h hack

Thu Dec  5 16:01:14 2002  Eric Warmenhoven <eric@warmenhoven.org>

	* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
This commit is contained in:
Eric Warmenhoven 2002-12-06 00:12:53 +00:00 committed by Eric Warmenhoven
parent c4b5d5da11
commit 9310fe538f
8 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -1,3 +1,7 @@
Thu Dec 5 16:01:14 2002 Eric Warmenhoven <eric@warmenhoven.org>
* gdk/{linux-fb,win32}/Makefile.am: Fix gdkenumtypes.h hack
2002-12-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkcolor.c:

View File

@ -87,7 +87,7 @@ EXTRA_DIST=x-cursors.xbm
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
$(libgdk_linux_fb_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h

View File

@ -87,7 +87,7 @@ libgdk_win32_la_LIBADD = rc/gdk-win32res.lo
# Hack to get gdkenumtypes.h built first
###########################################
$(libgdk_x11_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
$(libgdk_win32_la_OBJECTS): $(top_srcdir)/gdk/gdkenumtypes.h
$(top_srcdir)/gdk/gdkenumtypes.h:
@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h