version 0.39 (by Sebastian Pipping)
[FAPG] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..d64f70f
--- /dev/null
@@ -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
+