blob: abf3ebb606574e072db738b7a23981263d2dc6e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
bin_PROGRAMS= example
example_SOURCES= example.c
example_LDADD= ../src/librcc.la
EXTRA_DIST= input-russian.txt rcc.xml rcc-example.xml
test-russian: example
cat input-russian.txt | ./example
INCLUDES = -I../src -I../ui
|