Created fork of mafw-gst-renderer with subtitles support
[mafwsubrenderer] / applet / Makefile.am
diff --git a/applet/Makefile.am b/applet/Makefile.am
new file mode 100644 (file)
index 0000000..957dc9b
--- /dev/null
@@ -0,0 +1,12 @@
+lib_LTLIBRARIES = libcpmpsubtitles.la
+
+libcpmpsubtitles_la_SOURCES = cpmpsubtitles.c
+libcpmpsubtitles_la_LIBADD = $(MAFW_SUBTITLES_CPA_LIBS)
+libcpmpsubtitles_la_CPPFLAGS = $(MAFW_SUBTITLES_CPA_CFLAGS)
+libcpmpsubtitles_la_LDFLAGS = module -avoid-version
+
+libdir = $(CPA_PLUGINDIR)
+
+desktop_DATA = cpmpsubtitles.desktop
+desktopdir = $(CPA_DESKTOPDIR)
+EXTRA_DIST = $(desktop_DATA)