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

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

check for updates support

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