X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=d64f70f2bb58aac7903445d3a7ec2b0e12a92836;hp=0000000000000000000000000000000000000000;hb=dfbf4f525560afb358cec09a9411712ded235b05;hpb=389b0b695d6dd0e98f3ad67a47d6f6e48ed1b62e diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..d64f70f --- /dev/null +++ b/Makefile.am @@ -0,0 +1,16 @@ +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = 1.10.1 foreign dist-zip dist-bzip2 dist-lzma subdir-objects + +bin_PROGRAMS = fapg + +man_MANS = fapg.1 + + +fapg_SOURCES = \ + fapg.c \ + genres.h + + +EXTRA_DIST = \ + fapg.1 +