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
Add --enable-deletion option to buildindex. If used, buildindex will remove deleted...
[beagle.git]
/
libbeagle
/
examples
/
Makefile.am
blob
cedff1da52234f7a81f1ae1cd9d229d33c3d0aa5
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
12
beagle_search_SOURCES = beagle-search.c
13
beagle_shutdown_SOURCES = beagle-shutdown.c
14