File: Makefile.am

package info (click to toggle)
unagi 0.3.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,928 kB
  • sloc: sh: 11,097; ansic: 3,725; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
INCLUDES = $(UNAGI_CFLAGS) -I$(top_srcdir)/include

render_la_LDFLAGS = -no-undefined -module -avoid-version $(RENDER_BACKEND_LIBS)
render_la_SOURCES = render.c
render_la_LIBTOOLFLAGS = --tag=disable-static
render_la_CFLAGS = $(RENDER_BACKEND_CFLAGS)

rendering_LTLIBRARIES =	render.la