Changeset 187 for trunk


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

use wx-config settings from configure.ac

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r148 r187  
    55SUBDIRS = src 
    66 
    7 appicondir = $(datarootdir)/pixmaps 
     7appicondir = $(datadir)/pixmaps 
    88dist_appicon_DATA = icons/openyahtzee.png 
    99 
    10 menudir = $(datarootdir)/applications 
     10menudir = $(datadir)/applications 
    1111dist_menu_DATA = openyahtzee.desktop 
    1212 
    13 AM_CXXFLAGS = `wx-config --cxxflags` 
     13AM_CXXFLAGS = @WX_CXXFLAGS@ 
  • 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.