Add in a awful hack to force gdkenumtypes.h to be updated before building
Fri Nov 8 18:04:16 2002 Owen Taylor <otaylor@redhat.com> * gdk/{linux-fb,win32,11}/Makefile.am: Add in a awful hack to force gdkenumtypes.h to be updated before building the subdir. (#86587)
This commit is contained in:
		| @ -77,3 +77,14 @@ EXTRA_DIST = 			\ | ||||
| 	gdkinput-x11.c		\ | ||||
| 	gdkinput-xfree.c	\ | ||||
| 	gdkinput-none.c | ||||
|  | ||||
| ########################################### | ||||
| # Hack to get gdkenumtypes.h built first | ||||
| ########################################### | ||||
|                                         | ||||
| $(libgdk_x11_la_OBJECTS): update-enum-types | ||||
|  | ||||
| update-enum-types: | ||||
| 	@cd $(top_builddir)/gdk && make $(AM_MAKEFLAGS) gdkenumtypes.h | ||||
|     | ||||
| .PHONY: update-enum-types | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Owen Taylor
					Owen Taylor