File: Makefile.am

package info (click to toggle)
fapg 0.44-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: ansic: 3,044; sh: 994; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.10.1 foreign dist-zip dist-bzip2 subdir-objects

bin_PROGRAMS = fapg

man_MANS = fapg.1


fapg_SOURCES = \
	fapg.c \
	genres.h


EXTRA_DIST = \
	fapg.1