mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 03:22:04 +00:00
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:
parent
f3d5d9d757
commit
00e327fbec
@ -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:
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user