/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 external/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
if HAVE_GLIB2
 
2
bin_PROGRAMS= rccexternal
 
3
endif
 
4
 
 
5
bindir = $(pkgdatadir)/
 
6
 
 
7
rccexternal_SOURCES= rccexternal.c \
 
8
    rcclibtranslate.c rcclibtranslate.h \
 
9
    ../src/rccdb4.c ../src/rccdb4.h
 
10
 
 
11
rccexternal_LDADD= @GLIB2_LIBS@ @LIBTRANSLATE_LIBS@ @BDB_LIBS@
 
12
AM_CPPFLAGS = @GLIB2_CFLAGS@ @LIBTRANSLATE_CFLAGS@ @BDB_INCLUDES@ -I../src