Created fork of mafw-gst-renderer with subtitles support
[mafwsubrenderer] / applet / Makefile.am
1 lib_LTLIBRARIES = libcpmpsubtitles.la
2
3 libcpmpsubtitles_la_SOURCES = cpmpsubtitles.c
4 libcpmpsubtitles_la_LIBADD = $(MAFW_SUBTITLES_CPA_LIBS)
5 libcpmpsubtitles_la_CPPFLAGS = $(MAFW_SUBTITLES_CPA_CFLAGS)
6 libcpmpsubtitles_la_LDFLAGS = module -avoid-version
7
8 libdir = $(CPA_PLUGINDIR)
9
10 desktop_DATA = cpmpsubtitles.desktop
11 desktopdir = $(CPA_DESKTOPDIR)
12 EXTRA_DIST = $(desktop_DATA)