source: branches/openyahtzee-1.8/Makefile.am @ 146

Revision 146, 331 bytes checked in by guyru, 4 years ago (diff)
  • Updated autotools files
  • Added desktop file
  • Updated version strings
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# not a GNU package. You can remove this line, if
2# have all needed files, that a GNU package needs
3AUTOMAKE_OPTIONS = foreign 1.4
4
5SUBDIRS = src
6
7appicondir = $(datadir)/pixmaps
8dist_appicon_DATA = icons/openyahtzee.png
9
10menudir = $(datadir)/applications
11dist_menu_DATA = openyahtzee.desktop
12
13AM_CXXFLAGS = `wx-config --cxxflags`
Note: See TracBrowser for help on using the repository browser.