summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/machine/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libnetworking/machine/Makefile.am')
-rw-r--r--c/src/libnetworking/machine/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/libnetworking/machine/Makefile.am b/c/src/libnetworking/machine/Makefile.am
new file mode 100644
index 0000000000..11e23bf86c
--- /dev/null
+++ b/c/src/libnetworking/machine/Makefile.am
@@ -0,0 +1,10 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+
+EXTRA_DIST = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h \
+ types.h vmparam.h
+
+include $(top_srcdir)/../../../automake/local.am