File: Makefile.am

package info (click to toggle)
unagi 0.3.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, trixie
  • size: 1,932 kB
  • ctags: 534
  • sloc: sh: 11,119; ansic: 3,731; makefile: 74
file content (12 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES = $(UNAGI_CFLAGS) -I$(top_srcdir)/include

opacity_la_LDFLAGS = -no-undefined -module -avoid-version
opacity_la_SOURCES = opacity.c
opacity_la_LIBTOOLFLAGS = --tag=disable-static

expose_la_LDFLAGS = -no-undefined -module -avoid-version -lm $(EXPOSE_PLUGIN_LIBS)
expose_la_CFLAGS = $(EXPOSE_PLUGIN_CFLAGS)
expose_la_SOURCES = expose.c
expose_la_LIBTOOLFLAGS = --tag=disable-static

plugins_LTLIBRARIES = opacity.la expose.la