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

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/oggtag/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 -I$(kde_includes)/arts $(all_includes)
 
2
lib_LTLIBRARIES = libnoatunoggtag.la
 
3
 
 
4
libnoatunoggtag_la_SOURCES = oggtag.cpp
 
5
 
 
6
libnoatunoggtag_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
 
7
libnoatunoggtag_la_LIBADD = $(LIB_KFILE) $(top_builddir)/noatun/noatun/library/libnoatun.la
 
8
 
 
9
libnoatunoggtag_la_METASOURCES = AUTO
 
10
 
 
11
noinst_HEADERS = oggtag.h
 
12
 
 
13
data_DATA = oggtag.plugin
 
14
datadir = $(kde_datadir)/noatun