add missing Makefile.am in facilities
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Sep 2005 23:17:46 +0000 (23:17 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Sep 2005 23:17:46 +0000 (23:17 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1170 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/facilities/Makefile.am [new file with mode: 0644]

diff --git a/ltt/branches/poly/facilities/Makefile.am b/ltt/branches/poly/facilities/Makefile.am
new file mode 100644 (file)
index 0000000..af48d36
--- /dev/null
@@ -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
This page took 0.023589 seconds and 4 git commands to generate.