File: Makefile.am

package info (click to toggle)
cpluff 0.1.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 3,468 kB
  • sloc: sh: 11,917; ansic: 8,504; makefile: 321; xml: 211; sed: 16
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in.

# Copyright 2007 Johannes Lehtinen
# This Makefile is free software; Johannes Lehtinen gives unlimited
# permission to copy, distribute and modify it.

LIBS = @LIBS_OTHER@ @LIBS@

EXTRA_DIST = plugin.xml

plugindir = /plugins/callbackcounter

plugin_LTLIBRARIES = libruntime.la
plugin_DATA = plugin.xml

libruntime_la_SOURCES = callbackcounter.c callbackcounter.h
libruntime_la_LDFLAGS = -module -avoid-version