repo.or.cz
/
bcusdk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing includes for FreeBSD compile
[bcusdk.git]
/
Makefile.am
blob
9d6ff748ebc0e3b43a86549e153a1082ab8812a1
1
AUTOMAKE_OPTIONS=1.9
2
EXTRA_DIST=bcusdk.spec
3
4
if HAVE_ONLYEIBD
5
BUILDDIRS =
6
else
7
BUILDDIRS = xml bcu bcugen archive build
8
endif
9
10
SUBDIRS=. common eibd $(BUILDDIRS) debian contrib
11
12
BUILT_SOURCES=path.h
13
CLEANFILES=path.h
14
15
path.h : Makefile
16
echo "#define PKGDATADIR \"${pkgdatadir}\"" >$@
17
echo "#define PKGLIBDIR \"${pkglibdir}\"" >>$@