Changeset 187 for trunk/src


Ignore:
Timestamp:
11/23/2008 08:38:06 PM (3 years ago)
Author:
guyru
Message:

use wx-config settings from configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r182 r187  
    4242        openyahtzee.rc 
    4343 
    44 AM_CXXFLAGS = `wx-config --cxxflags` 
    45 openyahtzee_LDFLAGS = `wx-config --libs` 
     44AM_CXXFLAGS = @WX_CXXFLAGS@ 
     45openyahtzee_LDFLAGS = @WX_LIBS@ 
Note: See TracChangeset for help on using the changeset viewer.