summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 82bddfed9ff07d643b2e1edb6b43d13437c5c576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if BUILD_RUBY
DIR_R = ruby
endif

if BUILD_PERF
DIR_PERF = perf
endif

SUBDIRS = src $(DIR_R) $(DIR_PERF) devices bindings
DIST_SUBDIRS = src ruby perf devices bindings

EXTRA_DIST =  $(top_srcdir)/foreign/openpgm/@pgm_basename@.tar.bz2

dist-hook:
		-rm -rf $(distdir)/foreign/openpgm/@pgm_basename@