version 0.42
[FAPG] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 AUTOMAKE_OPTIONS = 1.10.1 foreign dist-zip dist-bzip2 dist-lzma subdir-objects
3
4 bin_PROGRAMS = fapg
5
6 man_MANS = fapg.1
7
8
9 fapg_SOURCES = \
10         fapg.c \
11         genres.h
12
13
14 EXTRA_DIST = \
15         fapg.1
16