repo.or.cz
/
quvi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Manual: Add stdin note, example
[quvi.git]
/
examples
/
Makefile.am
blob
5a871363145142c2e85af0c75e7288544aec8280
1
2
if ENABLE_EXAMPLES
3
noinst_PROGRAMS = simple
4
simple_SOURCES = simple.c
5
simple_CPPFLAGS = -I$(top_builddir)/include $(AM_CPPFLAGS)
6
simple_CFLAGS = $(AM_CFLAGS)
7
simple_LDFLAGS = $(top_builddir)/lib/libquvi.la $(AM_LDFLAGS)
8
endif
9
10