From: compudj Date: Mon, 12 Sep 2005 23:17:46 +0000 (+0000) Subject: add missing Makefile.am in facilities X-Git-Tag: v0.12.20~2319 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=e7539ef86dd7c963467b54beb45ba8ab1fcb8916;p=lttv.git add missing Makefile.am in facilities git-svn-id: http://ltt.polymtl.ca/svn@1170 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/facilities/Makefile.am b/ltt/branches/poly/facilities/Makefile.am new file mode 100644 index 00000000..af48d365 --- /dev/null +++ b/ltt/branches/poly/facilities/Makefile.am @@ -0,0 +1,27 @@ + +EXTRA_DIST = \ +core.xml \ +fs.xml \ +ipc.xml \ +kernel.xml \ +memory.xml \ +network.xml \ +process.xml \ +s390_kernel.xml \ +socket.xml \ +timer.xml + +facilities_DATA = \ +core.xml \ +fs.xml \ +ipc.xml \ +kernel.xml \ +memory.xml \ +network.xml \ +process.xml \ +s390_kernel.xml \ +socket.xml \ +timer.xml + + +facilitiesdir = $(pkgdatadir)/facilities