Bug 569435 – make maintainer-clean removes non-generated sources

2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>

	Bug 569435 – make maintainer-clean removes non-generated sources

	* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
	during make maintainer-clean, as these files are not generated.


svn path=/trunk/; revision=22248
This commit is contained in:
Claudio Saavedra 2009-01-29 07:35:33 +00:00 committed by Claudio Saavedra
parent b33a3d925e
commit 6f468ac715
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-01-29 Claudio Saavedra <csaavedra@igalia.com>
Bug 569435 make maintainer-clean removes non-generated sources
* gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
during make maintainer-clean, as these files are not generated.
2009-01-28 Philip Withnall <philip@tecnocode.co.uk>
* gtk/gtktreeview.c: Small documentation fix.

View File

@ -13,6 +13,7 @@ EXTRA_DIST += \
gdk.def \
gdkmarshalers.list \
gdkmedialib.h \
gdkwindowimpl.h \
makeenums.pl \
makefile.msc \
gdk.symbols \
@ -97,8 +98,6 @@ gdk_built_public_sources = \
gdkenumtypes.h
gdk_built_private_headers = \
gdkprivate.h \
gdkwindowimpl.h \
gdkalias.h
gdk_c_sources = \