summaryrefslogtreecommitdiff
path: root/src/include/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-17 11:44:13 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-17 11:44:13 -0500
commit5c40c23567ca5ec9fe702c3455e7a6d4c52d9324 (patch)
treea59f695c43c16547c9b63487430e7e7de06be6f4 /src/include/Makefile.am
parent67cae770344f23658562dffff95e77967543c475 (diff)
Fix all Makefile.am: work towards 'make distcheck' sanity
Diffstat (limited to 'src/include/Makefile.am')
-rw-r--r--src/include/Makefile.am33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
new file mode 100644
index 0000000000..126d298a9e
--- /dev/null
+++ b/src/include/Makefile.am
@@ -0,0 +1,33 @@
+ACLOCAL_AMFLAGS = -I m4
+
+nodist_include_HEADERS = \
+ acl-util.h \
+ cgroup-util.h \
+ conf-files.h \
+ def.h \
+ dev-setup.h \
+ exit-status.h \
+ hashmap.h \
+ ioprio.h \
+ label.h \
+ libudev-hwdb-def.h \
+ libudev-private.h \
+ log.h \
+ logind-acl.h \
+ macro.h \
+ Makefile.am \
+ missing.h \
+ mkdir.h \
+ path-util.h \
+ sd-daemon.h \
+ sd-login.h \
+ set.h \
+ socket-util.h \
+ sparse-endian.h \
+ strbuf.h \
+ strv.h \
+ udev.h \
+ util.h
+
+dist_include_HEADERS = \
+ libudev.h