diff options
Diffstat (limited to 'src/post/planar/Makefile.am')
-rw-r--r-- | src/post/planar/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index d140b932b..1371d62d5 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -4,8 +4,13 @@ AM_CFLAGS = @ANSI_FLAGS@ libdir = $(XINE_PLUGINDIR)/post -lib_LTLIBRARIES = xineplug_post_invert.la +lib_LTLIBRARIES = xineplug_post_invert.la xineplug_post_expand.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@ + +xineplug_post_expand_la_SOURCES = expand.c +xineplug_post_expand_la_LIBADD = $(XINE_LIB) +xineplug_post_expand_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + |