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:
Owen Taylor
2002-11-08 23:14:53 +00:00
committed by Owen Taylor
parent 2ae4c6ec3a
commit 85c6465ec5
9 changed files with 69 additions and 0 deletions

View File

@ -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