File: Makefile.am

package info (click to toggle)
libvisual-plugins 0.4.0.dfsg.1-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,508 kB
  • ctags: 1,113
  • sloc: ansic: 9,358; sh: 8,809; cpp: 871; makefile: 219; sed: 16
file content (14 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to generate a Makefile.in

actor_plugin_LTLIBRARIES = actor_gstreamer.la

AM_CFLAGS = $(LIBVISUAL_CFLAGS) $(GSTREAMER_CFLAGS)

INCLUDES = $(all_includes) \
	-I$(top_srcdir) 

actor_gstreamer_la_LDFLAGS = -module -avoid-version 
actor_gstreamer_la_LIBADD = $(LIBVISUAL_LIBS) $(GSTREAMER_LIBS)

actor_gstreamer_la_SOURCES = actor_gstreamer.c