Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes

build with CFLAGS=-g.
This commit is contained in:
matthieu 2010-07-31 16:51:57 +00:00
parent 7ed82871ab
commit 67cb53f63e

View File

@ -18,6 +18,8 @@
# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # 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. # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AM_CFLAGS = $(CWARNFLAGS)
AM_CPPFLAGS = $(XORG_CFLAGS)
# this is obnoxious: # this is obnoxious:
# -module lets us name the module exactly how we want # -module lets us name the module exactly how we want