X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=dd92eaf31e02749b2073bc72af40b996d7d3d7ad;hb=5f118a1c28ec1a3b4ad0dc847dac9636ce69852d;hp=33be5b49a47bc2cc804571418b750271554e7c2f;hpb=3537976a4bad90e28471bc7f15287b46cc208fa5;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 33be5b49..dd92eaf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libust tests libmallocwrap ustd ustctl libinterfork -EXTRA_DIST = share/kernelcompat.h doc -bin_SCRIPTS = usttrace +EXTRA_DIST = doc share/kernelcompat.h share/localerr.h share/share.h \ + share/usterr.h +dist_bin_SCRIPTS = usttrace + +include_HEADERS = share/kernelcompat.h share/localerr.h share/usterr.h