diff options
author | Daiki Ueno <dueno@redhat.com> | 2018-01-31 10:27:43 +0100 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2018-01-31 15:51:28 +0100 |
commit | 3a88f2ed573a5bb04d2397c626f6bcf3b1a814da (patch) | |
tree | 70afbb882307a7cf447bff109e5b48a31cfe9cec /Makefile.am | |
parent | 57697eda68a3343c2e54e5f8f3f4ce65a99383f5 (diff) |
build: Split out generated code from p11-kit/virtual.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 94d1bea..b6d3fb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,8 @@ check_PROGRAMS = $(c_tests) check_SCRIPTS = $(sh_tests) check_LTLIBRARIES = +BUILT_SOURCES = + CLEANFILES = EXTRA_DIST = HACKING |