forked from AuroraMiddleware/gtk
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:
parent
b33a3d925e
commit
6f468ac715
@ -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.
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user