repo.or.cz
/
beagle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FilterHtml.cs: Add ExtractText(string) command to extract text out of large html...
[beagle.git]
/
libbeagle
/
examples
/
Makefile.am
blob
ad88ccb154db5cb0cd1d662e33993c02cc17ee92
1
INCLUDES = \
2
-I$(top_srcdir)/libbeagle \
3
$(LIBBEAGLE_CFLAGS) \
4
$(WARN_CFLAGS)
5
6
LDADD = $(top_builddir)/libbeagle/beagle/libbeagle.la
7
8
noinst_PROGRAMS = \
9
beagle-search \
10
beagle-shutdown \
11
beagle-info
12
13
beagle_search_SOURCES = beagle-search.c
14
beagle_shutdown_SOURCES = beagle-shutdown.c
15
beagle_info_SOURCES = beagle-info.c
16