mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
--- src/Makefile.am.orig 2011-09-23 21:14:39 UTC
|
|
+++ src/Makefile.am
|
|
@@ -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
|