|
Lines 1-7
Link Here
|
| 1 |
lib_LTLIBRARIES=libshairport.la |
1 |
lib_LTLIBRARIES=libshairport.la |
| 2 |
|
2 |
|
| 3 |
library_includedir=$(includedir) |
3 |
library_includedir=$(includedir)/shairport |
| 4 |
library_include_HEADERS = shairport.h |
4 |
library_include_HEADERS = shairport.h ao.h socketlib.h |
| 5 |
|
5 |
|
| 6 |
libshairport_la_SOURCES=shairport.c hairtunes.c socketlib.c alac.c |
6 |
libshairport_la_SOURCES=shairport.c hairtunes.c socketlib.c alac.c |
| 7 |
libshairport_la_LDFLAGS=-dynamiclib |
7 |
libshairport_la_LDFLAGS=-dynamiclib |