[PATCH input-penmount 2/2] config: add $(CWARNFLAGS)
Gaetan Nadon
memsize at videotron.ca
Tue Mar 9 10:10:02 PST 2010
Compile with warning flags.
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index c42c6ca..f331fa8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# 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 = $(XORG_CFLAGS)
+AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS)
# this is obnoxious:
# -module lets us name the module exactly how we want
--
1.6.0.4
More information about the xorg-devel
mailing list