forked from Mirrors/freeswitch
35dc909cf6
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8864 d0543943-73ff-0310-b7d9-9358b9ac24b2
9 lines
366 B
Makefile
9 lines
366 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
#AM_CFLAGS = -Wno-pointer-sign
|
|
LDADD = $(top_builddir)/src/libyaml.la
|
|
TESTS = test-version test-reader
|
|
check_PROGRAMS = test-version test-reader
|
|
noinst_PROGRAMS = run-scanner run-parser run-loader run-emitter run-dumper \
|
|
example-reformatter example-reformatter-alt \
|
|
example-deconstructor example-deconstructor-alt
|