~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/splitplaylist/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
INCLUDES= -I$(top_srcdir)/noatun/noatun/library $(all_includes)
 
2
lib_LTLIBRARIES = libsplitplaylist.la
 
3
 
 
4
libsplitplaylist_la_SOURCES = splitplaylist.cpp playlist.cpp view.cpp find.cpp
 
5
 
 
6
libsplitplaylist_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
7
libsplitplaylist_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/noatun/library/libnoatun.la \
 
8
                             -lkfile -lkio
 
9
 
 
10
libsplitplaylist_la_METASOURCES = AUTO
 
11
 
 
12
noinst_HEADERS = playlist.h view.h find.h
 
13
 
 
14
data_DATA = splitplaylist.plugin
 
15
datadir = $(kde_datadir)/noatun