diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-11-16 00:35:49 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-11-16 00:35:49 +0100 |
commit | f5dde7a5996d7034924916de6413cd1411d7a5fc (patch) | |
tree | 3a2d82fa882d3926440ab5b61e305418fcd63177 /examples/Makefile.am | |
parent | b5c156f376d1cf3227c7a18a670bac62aa7f9622 (diff) | |
download | librcc-f5dde7a5996d7034924916de6413cd1411d7a5fc.tar.gz librcc-f5dde7a5996d7034924916de6413cd1411d7a5fc.tar.bz2 librcc-f5dde7a5996d7034924916de6413cd1411d7a5fc.tar.xz librcc-f5dde7a5996d7034924916de6413cd1411d7a5fc.zip |
Multiple fixes of build system
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 73ce228..8b8a8c3 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,4 +1,5 @@ -bin_PROGRAMS= example1 example2 +bin_PROGRAMS= +noinst_PROGRAMS= example1 example2 example1_SOURCES= example1.c example1_LDADD= ../src/librcc.la example2_SOURCES= example2.c @@ -28,6 +29,8 @@ endif EXTRA_DIST= input-russian.txt rcc.xml rcc-example.xml mpg123-rcc.patch + + test: example2 cat input-russian.txt | ./example2 |