From a50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 23 Sep 2009 04:34:38 +0000 Subject: autoconf patches from PT M. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4b1b24f..475f5a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,10 @@ PLUGINS=@PLUGINS@ bin_PROGRAMS = lcd4linux # Fixme: -W should be renamed to -Wextra someday... -AM_CFLAGS = -D_GNU_SOURCE -Wall -W -fno-strict-aliasing +AM_CFLAGS = -D_GNU_SOURCE -Wall -Wextra -fno-strict-aliasing +LIBTOOL=libtool +ACLOCAL_AMFLAGS=-I m4 # use this for lots of warnings #AM_CFLAGS = -D_GNU_SOURCE -std=c99 -m64 -Wall -W -pedantic -Wno-variadic-macros -fno-strict-aliasing @@ -75,7 +77,7 @@ drv_Cwlinux.c \ drv_D4D.c \ drv_EA232graphic.c \ drv_G15.c \ -drv_GLCD2USB.c \ +drv_GLCD2USB.c glcd2usb.h \ drv_HD44780.c \ drv_Image.c \ drv_IRLCD.c \ @@ -161,7 +163,7 @@ lcd4kde.conf \ lcd4linux.kdelnk \ lcd4linux.xpm \ lcd4linux.lsm \ -ac_python_devel.m4 \ +ax_python_devel.m4 \ curses.m4 \ drivers.m4 \ plugins.m4 \ -- cgit v1.2.3