/rusxmms/librcd

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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-16 23:19:27 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--base-0
initial import

(automatically generated log message)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = librcd.la
 
2
librcd_la_SOURCES = librcd.c russian_table.h
 
3
include_HEADERS = librcd.h
 
4
 
 
5
librcd_la_LDFLAGS = -version-info @LIBRCD_VERSION_INFO@
 
6