File: Makefile.am

package info (click to toggle)
openyahtzee 1.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,044 kB
  • sloc: sh: 4,702; cpp: 2,231; makefile: 60
file content (13 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4

SUBDIRS = src man

appicondir = $(datadir)/pixmaps
dist_appicon_DATA = icons/openyahtzee.png

menudir = $(datadir)/applications
dist_menu_DATA = openyahtzee.desktop

AM_CXXFLAGS = @WX_CXXFLAGS@