blob: d140b932b358f6058f9d5ac00a6ede69fae2c2a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = @ANSI_FLAGS@
libdir = $(XINE_PLUGINDIR)/post
lib_LTLIBRARIES = xineplug_post_invert.la
xineplug_post_invert_la_SOURCES = invert.c
xineplug_post_invert_la_LIBADD = $(XINE_LIB)
xineplug_post_invert_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|