File: Makefile.am

package info (click to toggle)
libvisual-plugins 1%3A0.4.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,976 kB
  • sloc: ansic: 9,959; sh: 4,942; cpp: 871; makefile: 227; sed: 16
file content (13 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to generate a Makefile.in

actor_plugin_LTLIBRARIES = actor_lv_analyzer.la

AM_CFLAGS = $(LIBVISUAL_CFLAGS)

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

actor_lv_analyzer_la_LDFLAGS = -module -avoid-version 
actor_lv_analyzer_la_LIBADD = $(LIBVISUAL_LIBS)
actor_lv_analyzer_la_SOURCES = actor_lv_analyzer.c