From 67cb53f63ee54950ad025be2555dd48761afaf7a Mon Sep 17 00:00:00 2001 From: matthieu Date: Sat, 31 Jul 2010 16:51:57 +0000 Subject: [PATCH] Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes build with CFLAGS=-g. --- driver/xf86-input-void/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/driver/xf86-input-void/src/Makefile.am b/driver/xf86-input-void/src/Makefile.am index 2221bbcc7..3faab14e5 100644 --- a/driver/xf86-input-void/src/Makefile.am +++ b/driver/xf86-input-void/src/Makefile.am @@ -18,6 +18,8 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +AM_CFLAGS = $(CWARNFLAGS) +AM_CPPFLAGS = $(XORG_CFLAGS) # this is obnoxious: # -module lets us name the module exactly how we want