Changeset 136 for trunk/src


Ignore:
Timestamp:
12/29/2007 09:27:57 AM (4 years ago)
Author:
guyru
Message:

improved and fixed the automake filse so it will be able to create a dist tar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r135 r136  
    11bin_PROGRAMS = openyahtzee 
    2 openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp DBwrapper.h \ 
     2openyahtzee_SOURCES = openyahtzee.cpp MainFrame.cpp DBwrapper.cpp \ 
    33        SettingsDB.cpp HighScoreTableDB.cpp HighScoreDialog.cpp SettingsDialog.cpp \ 
    44        icon.xpm icon32.xpm wxDynamicBitmap.cpp About.cpp \ 
     
    1010# the library search path. 
    1111 
     12dice_graphics =  dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 
     13        dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm \ 
     14        dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 
     15        dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm \ 
     16        dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 
     17        dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 
     18 
    1219noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \ 
    1320        HighScoreDialog.h SettingsDialog.h Icon.h icon32.ico wxDynamicBitmap.h \ 
    14         UtilityFunctions.h ScoreDice.h dice_graphics.cpp 
    15  
    16 noinst_dicedir = dice 
    17 noinst_dice_HEADERS = dice/theme1/one.xpm dice/theme1/two.xpm dice/theme1/three.xpm \ 
    18         dice/theme1/four.xpm dice/theme1/five.xpm dice/theme1/six.xpm 
    19         dice/theme2/one.xpm dice/theme2/two.xpm dice/theme2/three.xpm \ 
    20         dice/theme2/four.xpm dice/theme2/five.xpm dice/theme2/six.xpm 
    21         dice/theme3/1.xpm dice/theme3/2.xpm dice/theme3/3.xpm \ 
    22         dice/theme3/4.xpm dice/theme3/5.xpm dice/theme3/6.xpm 
     21        About.h UtilityFunctions.h ScoreDice.h dice_graphics.h DBwrapper.h \ 
     22        $(dice_graphics) 
    2323 
    2424AM_CXXFLAGS = `wx-config --cxxflags` 
Note: See TracChangeset for help on using the changeset viewer.