2008-07-03 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/x11/Makefile.am: Fix distchecking by adding the
	generated enum types files to DISTCLEANFILES.
This commit is contained in:
Emmanuele Bassi 2008-07-03 17:07:51 +00:00
parent f3d5d9d757
commit 00e327fbec
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-03 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/x11/Makefile.am: Fix distchecking by adding the
generated enum types files to DISTCLEANFILES.
2008-07-03 Tomas Frydrych <tf@openedhand.com>
* clutter/clutter-fixed.h:

View File

@ -60,7 +60,10 @@ pkgconfigdir = $(libdir)/pkgconfig
CLEANFILES = clutter-x11-$(CLUTTER_API_VERSION).pc
DISTCLEANFILES = stamp-clutter-x11-enum-types.h
DISTCLEANFILES = \
stamp-clutter-x11-enum-types.h \
clutter-x11-enum-types.h \
clutter-x11-enum-types.c
EXTRA_DIST = \
clutter-x11.pc.in \