summaryrefslogtreecommitdiffstats
path: root/libseaudit/Makefile.am
blob: b1a8149bb060279dd52e46503579a4e09bb94a33 (plain)
1
2
3
4
5
6
7
8
if DO_SWIGIFY
  MAYBE_SWIG = swig
endif

SUBDIRS = src include tests $(MAYBE_SWIG)

libseaudit.a libseaudit.so:
	$(MAKE) -C src $@