diff options
| author | Matthieu Herrb <matthieu@herrb.eu> | 2014-07-13 16:41:41 +0200 |
|---|---|---|
| committer | Matthieu Herrb <matthieu@herrb.eu> | 2014-07-13 16:41:41 +0200 |
| commit | 7ce8a10b8102e02e822b99d5a2de14e2c31052e7 (patch) | |
| tree | 152ba1aa942adccab498e438f61ca0e042dc9f78 /src/Makefile.am | |
| parent | 16ac29883cb80053fb0b973166a3f664cae1fa44 (diff) | |
Sync configure.ac and src/Makefile.am with X.Org templates
Signed-off-by: Matthieu Herrb <matthieu@herrb.eu>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0479268..60eea79 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,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@ +AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) wsfb_drv_la_LTLIBRARIES = wsfb_drv.la wsfb_drv_la_LDFLAGS = -module -avoid-version wsfb_drv_ladir = @moduledir@/drivers |
