24 lines
642 B
Plaintext
24 lines
642 B
Plaintext
$NetBSD: patch-ab,v 1.5 2009/08/11 11:16:38 drochner Exp $
|
|
|
|
--- frontend/Makefile.am.orig 2009-02-06 17:03:37.000000000 +0100
|
|
+++ frontend/Makefile.am
|
|
@@ -1,12 +1,14 @@
|
|
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 \
|
|
+ getopt.c
|
|
+
|
|
+faad_INCLUDES = audio.h
|