mirror of
https://github.com/rgaufman/live555.git
synced 2026-01-12 00:04:30 +08:00
9 lines
491 B
Makefile
9 lines
491 B
Makefile
PREFIX = /usr/local
|
|
INCLUDES = -I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include
|
|
# Default library filename suffixes for each library that we link with. The "config.*" file might redefine these later.
|
|
libliveMedia_LIB_SUFFIX = $(LIB_SUFFIX)
|
|
libBasicUsageEnvironment_LIB_SUFFIX = $(LIB_SUFFIX)
|
|
libUsageEnvironment_LIB_SUFFIX = $(LIB_SUFFIX)
|
|
libgroupsock_LIB_SUFFIX = $(LIB_SUFFIX)
|
|
##### Change the following for your environment:
|