File: Makefile.am

package info (click to toggle)
lebiniou 3.18-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,396 kB
  • sloc: ansic: 20,369; sh: 4,169; makefile: 834; awk: 194
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download
1
2
3
4
5
6
7
plugindir = @libdir@/lebiniou/plugins/output/RTMP
plugin_PROGRAMS = RTMP.so

RTMP_so_SOURCES = RTMP.c
RTMP_so_CPPFLAGS = @PLUGIN_CFLAGS@
RTMP_so_LDFLAGS = @PLUGIN_LDFLAGS@