File: Makefile.am

package info (click to toggle)
k3b 1.0.5-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 19,100 kB
  • ctags: 12,001
  • sloc: cpp: 95,026; ansic: 25,752; sh: 9,952; perl: 2,799; makefile: 939; asm: 568
file content (13 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CPPFLAGS = -I$(srcdir)/../../../libk3b/plugin -I$(srcdir)/../../../libk3b/core -I$(srcdir)/../../../libk3bdevice $(all_includes)

kde_module_LTLIBRARIES = libk3bwavedecoder.la

libk3bwavedecoder_la_SOURCES = k3bwavedecoder.cpp

libk3bwavedecoder_la_LIBADD = $(LIB_KDECORE) ../../../libk3b/libk3b.la
libk3bwavedecoder_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)

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

METASOURCES = AUTO