Initial commit to Gerrit
[profile/ivi/orc.git] / tools / Makefile.am
1
2 bin_PROGRAMS = orcc orc-bugreport
3
4 AM_CFLAGS = $(ORC_CFLAGS)
5 LDADD = $(ORC_LIBS)
6 orc_bugreport_LDADD = $(ORC_LIBS) ../orc-test/liborc-test-@ORC_MAJORMINOR@.la
7
8 EXTRA_DIST = test.orc
9