Browse Source

Use AM_CFLAGS instead of AM_CXXFLAGS.

master
Reece H. Dunn 9 years ago
parent
commit
d51c8b97ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -11,7 +11,7 @@ SHARED_VERSION=2:48:1 # = *.so.1.1.48

MKDIR=mkdir -p

AM_CXXFLAGS = -Wall
AM_CFLAGS = -Wall

EXTRA_DIST=


Loading…
Cancel
Save