shithub: aacenc

Download patch

ref: 51bbcf9fd8b246f6e9b3f3bfed51e7346295b358
parent: c8601bfe0244c61e0bb2eaec0a7194a0539487b9
author: knik <knik>
date: Sat Oct 4 08:04:09 EDT 2003

library headers included in automake stuff

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = libfaac frontend
+SUBDIRS = libfaac frontend include
 
--- a/configure.in
+++ b/configure.in
@@ -15,4 +15,4 @@
 
 AC_C_BIGENDIAN
 
-AC_OUTPUT(libfaac/Makefile frontend/Makefile Makefile)
+AC_OUTPUT(libfaac/Makefile frontend/Makefile include/Makefile Makefile)
--- /dev/null
+++ b/include/Makefile.am
@@ -1,0 +1,1 @@
+include_HEADERS = faac.h faaccfg.h