Files
veejay/sandbox/vevo-mpool/examples/Makefile.am
Niels Elburg 90197d342b move stuff
git-svn-id: svn://code.dyne.org/veejay/trunk@1132 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
2008-11-01 03:31:40 +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