source: trunk/OpenYahtzee/src/Makefile.am @ 33

Last change on this file since 33 was 33, checked in by guyru, 6 years ago

fixed icon issue under windows

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 562 bytes
Line 
1bin_PROGRAMS = openyahtzee
2openyahtzee_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
6# set the include path found by configure
7INCLUDES = $(all_includes)
8
9# the library search path.
10
11noinst_HEADERS = MainFrame.h ObjectsID.h SettingsDB.h HighScoreTableDB.h \
12                HighScoreDialog.h SettingsDialog.h
13
14openyahtzee_LDFLAGS = `wx-config --libs` -lsqlite3
15AM_CXXFLAGS = `wx-config --cxxflags`
Note: See TracBrowser for help on using the repository browser.