991a75909d
from Brad
20 lines
636 B
Plaintext
20 lines
636 B
Plaintext
$OpenBSD: patch-frontend_Makefile_am,v 1.4 2012/05/22 18:38:48 ajacoutot Exp $
|
|
--- frontend/Makefile.am.orig Fri Feb 6 11:03:37 2009
|
|
+++ frontend/Makefile.am Mon May 14 16:55:55 2012
|
|
@@ -1,12 +1,11 @@
|
|
bin_PROGRAMS = faad
|
|
-man_MANS = faad.man
|
|
+man_MANS = faad.1
|
|
|
|
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/common/faad \
|
|
-I$(top_srcdir)/common/mp4ff
|
|
|
|
faad_LDADD = $(top_builddir)/libfaad/libfaad.la \
|
|
- $(top_builddir)/common/mp4ff/libmp4ff.a
|
|
+ $(top_builddir)/common/mp4ff/libmp4ff.la
|
|
|
|
faad_SOURCES = main.c \
|
|
- audio.c audio.h \
|
|
- $(top_srcdir)/common/faad/getopt.c
|
|
+ audio.c audio.h
|