mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
fix for automake 1.5, patch from Tomasz Kloczko
2002-05-03 Havoc Pennington <hp@redhat.com> * src/Makefile.am: fix for automake 1.5, patch from Tomasz Kloczko
This commit is contained in:
parent
c56914dd5d
commit
80c4897ced
@ -1,3 +1,7 @@
|
||||
2002-05-03 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* src/Makefile.am: fix for automake 1.5, patch from Tomasz Kloczko
|
||||
|
||||
2002-05-03 Laszlo Peter <laca@sun.com>
|
||||
|
||||
* configure.in: add the X libs to METACITY_MESSAGE_LIBS and
|
||||
|
@ -106,7 +106,7 @@ IMAGES=default_icon.png
|
||||
VARIABLES=default_icon_data $(srcdir)/default_icon.png
|
||||
|
||||
BUILT_SOURCES = inlinepixbufs.h
|
||||
CLEANFILES += inlinepixbufs.h
|
||||
CLEANFILES = inlinepixbufs.h
|
||||
|
||||
inlinepixbufs.h: $(IMAGES)
|
||||
$(GDK_PIXBUF_CSOURCE) --raw --build-list $(VARIABLES) >$(srcdir)/inlinepixbufs.h
|
||||
|
Loading…
Reference in New Issue
Block a user