Ignore:
Timestamp:
01/17/2008 08:45:18 PM (4 years ago)
Author:
guyru
Message:

portable version fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee-1.8/src/Makefile.am

    r93 r144  
    1313        HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h UtilityFunctions.h 
    1414 
    15 openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3 
    16 AM_CXXFLAGS = `wx-config --cxxflags` -DPREFIX=\"$(prefix)\" \ 
    17                 -DDATA_DIR=\"$(datadir)\" 
     15openyahtzee_LDFLAGS = `wx-config --libs` 
     16openyahtzee_LDADD = -lsqlite3 
     17AM_CXXFLAGS = `wx-config --cxxflags` 
Note: See TracChangeset for help on using the changeset viewer.