/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to engines/Makefile.am

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-13 16:49:47 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-12
Engine Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES =
 
2
 
 
3
libdir = $(pkgdatadir)/engines
 
4
 
 
5
if HAVE_RCD
 
6
lib_LTLIBRARIES += librussian.la
 
7
librussian_la_SOURCES = russian.c
 
8
librussian_la_LDFLAGS = -module -avoid-version -export-symbols-regex "rccGetInfo"
 
9
endif
 
10
 
 
11
INCLUDES = -I../src @RCD_INCLUDES@