~ubuntu-branches/ubuntu/hoary/kdeaddons/hoary

« back to all changes in this revision

Viewing changes to noatun-plugins/noatunmadness/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Ben Burton
  • Date: 2002-04-01 16:42:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020401164229-oxc5htazpgzyqygi
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$(kde_includes)/noatun  `sdl-config --cflags` $(all_includes)
 
2
 
 
3
lib_LTLIBRARIES = libnoatunmadness.la
 
4
libnoatunmadness_la_SOURCES = madness.cpp
 
5
libnoatunmadness_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined `sdl-config --libs`
 
6
libnoatunmadness_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
 
7
libnoatunmadness_la_METASOURCES = AUTO
 
8
 
 
9
data_DATA = madness.plugin
 
10
datadir = $(kde_datadir)/noatun