mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
--- ./libfaad/Makefile.am.orig 2009-02-05 02:51:03.000000000 +0200
|
|
+++ ./libfaad/Makefile.am 2015-10-22 18:37:39.561708000 +0200
|
|
@@ -1,6 +1,6 @@
|
|
lib_LTLIBRARIES = libfaad.la
|
|
|
|
-AM_CFLAGS = -iquote $(top_srcdir)/include
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
include_HEADERS = $(top_srcdir)/include/faad.h \
|
|
$(top_srcdir)/include/neaacdec.h
|
|
|