Imported Upstream version 2.4.3
[platform/upstream/audit.git] / bindings / python / Makefile.am
1 CONFIG_CLEAN_FILES = *.loT *.rej *.orig
2 EXTRA_DIST = auparse_python.c
3
4 SUBDIRS = 
5 if HAVE_PYTHON
6 SUBDIRS += python2
7 endif
8 if USE_PYTHON3
9 SUBDIRS += python3
10 endif
11