add eibdvis
[bcusdk.git] / Makefile.am
blob9d6ff748ebc0e3b43a86549e153a1082ab8812a1
1 AUTOMAKE_OPTIONS=1.9
2 EXTRA_DIST=bcusdk.spec
4 if HAVE_ONLYEIBD
5 BUILDDIRS = 
6 else
7 BUILDDIRS = xml bcu bcugen archive build 
8 endif
10 SUBDIRS=. common eibd $(BUILDDIRS) debian contrib
12 BUILT_SOURCES=path.h
13 CLEANFILES=path.h
15 path.h : Makefile
16         echo "#define PKGDATADIR \"${pkgdatadir}\"" >$@
17         echo "#define PKGLIBDIR \"${pkglibdir}\"" >>$@