Files
veejay/vevo-mpool/examples/Makefile.am
Niels Elburg 3c96feac17 re-import branch of vevo , vevo with memory pool
git-svn-id: svn://code.dyne.org/veejay/trunk@474 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2005-11-05 20:32:11 +00:00

16 lines
432 B
Makefile

INCLUDES = -I$(top_srcdir)/include \
-I$(top_srcdir) -I$(includedir) \
-DG_LOG_DOMAIN=\"libvido\" -DLIBVIDO_VERSION=\"$(VERSION)\"
LIBVEVO = $(top_builddir)/src/libvevo.la
# *********************************************************************
# The tools themselves
EXAMPLES_BIN = hosttest
bin_PROGRAMS = $(EXAMPLES_BIN)
hosttest_SOURCES = testhost.c
hosttest_LDADD = -lvevo -ldl
hosttest_LDFLAGS = -export-dynamic