/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 examples/Makefile.am

  • Committer: Suren A. Chilingaryan
  • Date: 2005-07-29 03:26:28 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-23
Translation
    - Language Translation using libtranslate is implemented
    - Autoengine sets current charset (option)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
bin_PROGRAMS= example
2
 
example_SOURCES= example.c
3
 
example_LDADD= ../src/librcc.la
 
1
bin_PROGRAMS= example1 example2
 
2
example1_SOURCES= example1.c
 
3
example1_LDADD= ../src/librcc.la
 
4
example2_SOURCES= example2.c
 
5
example2_LDADD= ../src/librcc.la
4
6
 
5
7
if HAVE_GTK
6
8
bin_PROGRAMS+= rcc-gtk-config
18
20
 
19
21
EXTRA_DIST= input-russian.txt rcc.xml rcc-example.xml mpg123-rcc.patch
20
22
 
21
 
test-russian: example
22
 
        cat input-russian.txt | ./example
 
23
test-russian: example2
 
24
        cat input-russian.txt | ./example2 ru
23
25
 
24
26
AM_CPPFLAGS = -I../src -I../ui