File: Makefile.am

package info (click to toggle)
libvisual-plugins 1%3A0.4.0%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,576 kB
  • ctags: 1,165
  • sloc: ansic: 9,358; sh: 8,809; cpp: 871; makefile: 220; sed: 16
file content (11 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to generate a Makefile.in

input_plugin_LTLIBRARIES = input_esd.la

AM_CFLAGS = $(LIBESD_CFLAGS) $(LIBVISUAL_CFLAGS)

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

input_esd_la_LDFLAGS = -module -avoid-version 
input_esd_la_LIBADD = $(LIBESD_LIBS) $(LIBVISUAL_LIBS)
input_esd_la_SOURCES = input_esd.c