Ignore:
Timestamp:
01/17/2008 09:39:15 PM (4 years ago)
Author:
guyru
Message:
  • Updated autotools files
  • Added desktop file
  • Updated version strings
File:
1 edited

Legend:

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

    r144 r146  
    11bin_PROGRAMS = openyahtzee 
    22openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp five.xpm four.xpm one.xpm \ 
    3                                                         six.xpm three.xpm two.xpm DBwrapper.cpp DBwrapper.h SettingsDB.cpp \ 
    4                                                         HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm icon32.xpm \ 
    5                                 openyahtzee.rc wxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp 
     3        six.xpm three.xpm two.xpm DBwrapper.cpp SettingsDB.cpp \ 
     4        HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp icon.xpm \ 
     5        icon32.xpm wxDynamicBitmap.cpp About.cpp UtilityFunctions.cpp 
    66 
    77# set the include path found by configure 
     
    1111 
    1212noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 
    13         HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h UtilityFunctions.h 
     13        HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 
     14        UtilityFunctions.h DBwrapper.h About.h 
    1415 
    1516openyahtzee_LDFLAGS = `wx-config --libs` 
Note: See TracChangeset for help on using the changeset viewer.