16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
$NetBSD: patch-ac,v 1.6 2007/12/09 10:55:31 drochner Exp $
|
|
|
|
--- Makefile.am.orig 2004-07-27 10:52:20.000000000 +0200
|
|
+++ Makefile.am
|
|
@@ -1,7 +1,9 @@
|
|
-SUBDIRS = libfaad common frontend plugins
|
|
+SUBDIRS = libfaad common frontend include
|
|
|
|
EXTRA_DIST = faad2.spec
|
|
|
|
+include_HEADERS = faad2-config.h
|
|
+
|
|
rpm: Makefile
|
|
make dist
|
|
$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
|