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
RTF filter complies to MS RTF 1.5 specification. (works well with 1.8 as well).
[beagle.git]
/
Makefile.am
blob
adfb0e4e3a44bc9386f1fcc0ca755fcf4675b66e
1
2
pkgconfigdir = $(libdir)/pkgconfig
3
pkgconfig_DATA = beagle-0.0.pc
4
5
SUBDIRS = \
6
Util \
7
images \
8
templates \
9
glue \
10
BeagleClient \
11
beagled \
12
Filters \
13
Tiles \
14
tools \
15
Best \
16
mozilla-extension \
17
searchomatic \
18
chooser-fu
19
20
if ENABLE_EPIPHANY_EXTENSION
21
SUBDIRS += epiphany-extension
22
endif
23
24
EXTRA_DIST = \
25
$(pkgconfig_DATA) \
26
beagle.spec
27
28
DISTCLEANFILES = $(pkgconfig_DATA)