summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2012-05-20 10:59:09 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2012-05-20 10:59:09 +0200
commit2c037196bcc50cb299bc768124404b38cb67c087 (patch)
tree4c554ca861b2324b47d4d40a38ecffce7a4c8fd7
parent8ef0825948a583f655d0dfc70fb8c110a4fcc8d1 (diff)
src/Makefile.am: set AM_CFLAGS correctly.HEADmaster
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dbb7ae0..e7fae3f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,6 +24,7 @@
# -avoid-version prevents gratuitous .0.0.0 version numbers on the end
# _ladir passes a dummy rpath to libtool so the thing will actually link
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
+AM_CFLAGS = $(XORG_CFLAGS)
@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la
@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
@DRIVER_NAME@_drv_ladir = @inputdir@