repo.or.cz
/
libmkv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup configure files.
[libmkv.git]
/
test
/
Makefile.am
blob
c6d02286013751d342e302f1784fc3ae1d81ae9c
1
## Makefile.am -- Process this file with automake to produce Makefile.in
2
3
INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/include
4
5
noinst_PROGRAMS = test
6
test_SOURCES = test.c
7
test_LDADD = $(top_builddir)/src/libmkv.la