summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 17:03:07 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-13 17:03:07 +0000
commit96778a22baf1a80f7167cff5f9d98bcff2f4b39f (patch)
treef8f1f1d3dc5bfc19779dcc97cb7c8a2c82840039
parent71c592267f8305840a3c272576c3ef63a034d6e9 (diff)
Add $(DEP_CFLAGS) to $(AM_CFLAGS) so the Composite extension headers can be
found.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 726a02f..c92b036 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,7 +21,7 @@
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-AM_CFLAGS = $(XCOMPOSITE_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/include
+AM_CFLAGS = $(DEP_CFLAGS) $(XCOMPOSITE_CFLAGS) $(X_CFLAGS) -I$(top_srcdir)/include
lib_LTLIBRARIES = libXcomposite.la