File: Makefile.am

package info (click to toggle)
k3b 0.12.17-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 17,560 kB
  • ctags: 11,120
  • sloc: cpp: 86,413; ansic: 25,752; sh: 9,055; perl: 2,731; makefile: 810
file content (14 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/core -I$(srcdir)/../../../libk3b/plugin -I$(srcdir)/../../../libk3bdevice $(all_includes)

kde_module_LTLIBRARIES = libk3bffmpegdecoder.la

libk3bffmpegdecoder_la_SOURCES = k3bffmpegdecoder.cpp k3bffmpegwrapper.cpp

libk3bffmpegdecoder_la_LIBADD = ../../../libk3b/libk3b.la $(LIB_KDEUI) -lavcodec -lavformat
libk3bffmpegdecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

pluginsdir = $(kde_datadir)/k3b/plugins
plugins_DATA = k3bffmpegdecoder.plugin

METASOURCES = AUTO