From e7539ef86dd7c963467b54beb45ba8ab1fcb8916 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 12 Sep 2005 23:17:46 +0000 Subject: [PATCH] add missing Makefile.am in facilities git-svn-id: http://ltt.polymtl.ca/svn@1170 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/facilities/Makefile.am | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 ltt/branches/poly/facilities/Makefile.am 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 -- 2.34.1