diff options
Diffstat (limited to 'audio/libshairport/files/patch-src-Makefile.am')
-rw-r--r-- | audio/libshairport/files/patch-src-Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/libshairport/files/patch-src-Makefile.am b/audio/libshairport/files/patch-src-Makefile.am new file mode 100644 index 000000000000..4f1d46973aee --- /dev/null +++ b/audio/libshairport/files/patch-src-Makefile.am @@ -0,0 +1,12 @@ +--- src/Makefile.am.orig 2011-09-23 23:14:39.000000000 +0200 ++++ src/Makefile.am 2012-10-09 12:09:33.000000000 +0200 +@@ -1,7 +1,7 @@ + lib_LTLIBRARIES=libshairport.la + +-library_includedir=$(includedir) +-library_include_HEADERS = shairport.h ++library_includedir=$(includedir)/shairport ++library_include_HEADERS = shairport.h ao.h socketlib.h + + libshairport_la_SOURCES=shairport.c hairtunes.c socketlib.c alac.c + libshairport_la_LDFLAGS=-dynamiclib |