mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
reviewed by: Thomas Thurman
* src/Makefile.am: reorder compiler flags so local includes come last. Closes #562033. svn path=/trunk/; revision=4029
This commit is contained in:
parent
88cd978837
commit
157aa0af6d
@ -1,9 +1,16 @@
|
|||||||
|
2008-11-23 Daniel Macks <dmacks@netspace.org>
|
||||||
|
|
||||||
|
reviewed by: Thomas Thurman
|
||||||
|
|
||||||
|
* src/Makefile.am: reorder compiler flags so local includes come last.
|
||||||
|
Closes #562033.
|
||||||
|
|
||||||
2008-11-23 Daniel Macks <dmacks@netspace.org>
|
2008-11-23 Daniel Macks <dmacks@netspace.org>
|
||||||
|
|
||||||
reviewed by: Thomas Thurman
|
reviewed by: Thomas Thurman
|
||||||
|
|
||||||
* configure.in: only accept --enable-compositor if we find we can
|
* configure.in: only accept --enable-compositor if we find we can
|
||||||
actually composite.
|
actually composite. Closes #560990.
|
||||||
|
|
||||||
2008-11-23 Thomas Thurman <tthurman@gnome.org>
|
2008-11-23 Thomas Thurman <tthurman@gnome.org>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ lib_LTLIBRARIES = libmetacity-private.la
|
|||||||
|
|
||||||
SUBDIRS=wm-tester tools themes
|
SUBDIRS=wm-tester tools themes
|
||||||
|
|
||||||
INCLUDES=@METACITY_CFLAGS@ -I $(srcdir)/include -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1
|
INCLUDES=-I$(srcdir)/include -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMETACITY_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMETACITY_PKGDATADIR=\"$(pkgdatadir)\" -DMETACITY_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"metacity\" -DSN_API_NOT_YET_FROZEN=1 @METACITY_CFLAGS@
|
||||||
|
|
||||||
metacity_SOURCES= \
|
metacity_SOURCES= \
|
||||||
core/async-getprop.c \
|
core/async-getprop.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user