diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-11-29 15:33:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-01 13:49:20 -0500 |
commit | ff05ef7ab20ced0f8ae2cd2df313946c3a287bb7 (patch) | |
tree | 3abcfc474319fe5a6c11c8752d1af314529a881e /src | |
parent | 1bbffd4f09a3715d1897e617ea83eefdcbff2c02 (diff) |
Moved files to libudev that once were in upstream libsystemd-shared
Diffstat (limited to 'src')
-rw-r--r-- | src/libudev/Makefile.am | 30 | ||||
-rw-r--r-- | src/libudev/cgroup-util.c (renamed from src/udev/cgroup-util.c) | 0 | ||||
-rw-r--r-- | src/libudev/cgroup-util.h (renamed from src/udev/cgroup-util.h) | 0 | ||||
-rw-r--r-- | src/libudev/conf-files.c (renamed from src/udev/conf-files.c) | 0 | ||||
-rw-r--r-- | src/libudev/conf-files.h (renamed from src/udev/conf-files.h) | 0 | ||||
-rw-r--r-- | src/libudev/def.h (renamed from src/udev/def.h) | 0 | ||||
-rw-r--r-- | src/libudev/exit-status.c (renamed from src/udev/exit-status.c) | 0 | ||||
-rw-r--r-- | src/libudev/exit-status.h (renamed from src/udev/exit-status.h) | 0 | ||||
-rw-r--r-- | src/libudev/hashmap.c (renamed from src/udev/hashmap.c) | 0 | ||||
-rw-r--r-- | src/libudev/hashmap.h (renamed from src/udev/hashmap.h) | 0 | ||||
-rw-r--r-- | src/libudev/ioprio.h (renamed from src/udev/ioprio.h) | 0 | ||||
-rw-r--r-- | src/libudev/log.c (renamed from src/udev/log.c) | 0 | ||||
-rw-r--r-- | src/libudev/log.h (renamed from src/udev/log.h) | 0 | ||||
-rw-r--r-- | src/libudev/macro.h (renamed from src/udev/macro.h) | 0 | ||||
-rw-r--r-- | src/libudev/missing.h (renamed from src/udev/missing.h) | 0 | ||||
-rw-r--r-- | src/libudev/path-util.c (renamed from src/udev/path-util.c) | 0 | ||||
-rw-r--r-- | src/libudev/path-util.h (renamed from src/udev/path-util.h) | 0 | ||||
-rw-r--r-- | src/libudev/set.c (renamed from src/udev/set.c) | 0 | ||||
-rw-r--r-- | src/libudev/set.h (renamed from src/udev/set.h) | 0 | ||||
-rw-r--r-- | src/libudev/socket-util.h (renamed from src/udev/socket-util.h) | 0 | ||||
-rw-r--r-- | src/libudev/sparse-endian.h (renamed from src/udev/sparse-endian.h) | 0 | ||||
-rw-r--r-- | src/libudev/strbuf.c (renamed from src/udev/strbuf.c) | 0 | ||||
-rw-r--r-- | src/libudev/strbuf.h (renamed from src/udev/strbuf.h) | 0 | ||||
-rw-r--r-- | src/libudev/strv.c (renamed from src/udev/strv.c) | 0 | ||||
-rw-r--r-- | src/libudev/strv.h (renamed from src/udev/strv.h) | 0 | ||||
-rw-r--r-- | src/libudev/util.c (renamed from src/udev/util.c) | 0 | ||||
-rw-r--r-- | src/libudev/util.h (renamed from src/udev/util.h) | 0 | ||||
-rw-r--r-- | src/udev/Makefile.am | 30 |
28 files changed, 30 insertions, 30 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index cab50730e3..e78fc631a6 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -22,11 +22,37 @@ libudev_la_SOURCES =\ libudev-enumerate.c \ libudev-monitor.c \ libudev-queue.c \ - libudev-hwdb.c + libudev-hwdb.c \ + cgroup-util.c \ + conf-files.c \ + exit-status.c \ + hashmap.c \ + log.c \ + path-util.c \ + set.c \ + strbuf.c \ + strv.c \ + util.c noinst_HEADERS = \ libudev-hwdb-def.h \ - libudev-private.h + libudev-private.h \ + cgroup-util.h \ + conf-files.h \ + def.h \ + exit-status.h \ + hashmap.h \ + ioprio.h \ + log.h \ + macro.h \ + missing.h \ + path-util.h \ + set.h \ + socket-util.h \ + sparse-endian.h \ + strbuf.h \ + strv.h \ + util.h include_HEADERS = \ libudev.h diff --git a/src/udev/cgroup-util.c b/src/libudev/cgroup-util.c index b0d378de5a..b0d378de5a 100644 --- a/src/udev/cgroup-util.c +++ b/src/libudev/cgroup-util.c diff --git a/src/udev/cgroup-util.h b/src/libudev/cgroup-util.h index 697669deba..697669deba 100644 --- a/src/udev/cgroup-util.h +++ b/src/libudev/cgroup-util.h diff --git a/src/udev/conf-files.c b/src/libudev/conf-files.c index 34b86293d3..34b86293d3 100644 --- a/src/udev/conf-files.c +++ b/src/libudev/conf-files.c diff --git a/src/udev/conf-files.h b/src/libudev/conf-files.h index f37ee1f3db..f37ee1f3db 100644 --- a/src/udev/conf-files.h +++ b/src/libudev/conf-files.h diff --git a/src/udev/def.h b/src/libudev/def.h index 5ba170f965..5ba170f965 100644 --- a/src/udev/def.h +++ b/src/libudev/def.h diff --git a/src/udev/exit-status.c b/src/libudev/exit-status.c index 45131f2b2a..45131f2b2a 100644 --- a/src/udev/exit-status.c +++ b/src/libudev/exit-status.c diff --git a/src/udev/exit-status.h b/src/libudev/exit-status.h index d3b548fc96..d3b548fc96 100644 --- a/src/udev/exit-status.h +++ b/src/libudev/exit-status.h diff --git a/src/udev/hashmap.c b/src/libudev/hashmap.c index dcfbb67228..dcfbb67228 100644 --- a/src/udev/hashmap.c +++ b/src/libudev/hashmap.c diff --git a/src/udev/hashmap.h b/src/libudev/hashmap.h index 6fd71cf519..6fd71cf519 100644 --- a/src/udev/hashmap.h +++ b/src/libudev/hashmap.h diff --git a/src/udev/ioprio.h b/src/libudev/ioprio.h index 9800fc2553..9800fc2553 100644 --- a/src/udev/ioprio.h +++ b/src/libudev/ioprio.h diff --git a/src/udev/log.c b/src/libudev/log.c index 5c07b626c2..5c07b626c2 100644 --- a/src/udev/log.c +++ b/src/libudev/log.c diff --git a/src/udev/log.h b/src/libudev/log.h index fd2285cb61..fd2285cb61 100644 --- a/src/udev/log.h +++ b/src/libudev/log.h diff --git a/src/udev/macro.h b/src/libudev/macro.h index e930fdab53..e930fdab53 100644 --- a/src/udev/macro.h +++ b/src/libudev/macro.h diff --git a/src/udev/missing.h b/src/libudev/missing.h index 0c8ae7f381..0c8ae7f381 100644 --- a/src/udev/missing.h +++ b/src/libudev/missing.h diff --git a/src/udev/path-util.c b/src/libudev/path-util.c index 70c8a8af06..70c8a8af06 100644 --- a/src/udev/path-util.c +++ b/src/libudev/path-util.c diff --git a/src/udev/path-util.h b/src/libudev/path-util.h index e81821a28f..e81821a28f 100644 --- a/src/udev/path-util.h +++ b/src/libudev/path-util.h diff --git a/src/udev/set.c b/src/libudev/set.c index 5f83c50839..5f83c50839 100644 --- a/src/udev/set.c +++ b/src/libudev/set.c diff --git a/src/udev/set.h b/src/libudev/set.h index 9162e2ae80..9162e2ae80 100644 --- a/src/udev/set.h +++ b/src/libudev/set.h diff --git a/src/udev/socket-util.h b/src/libudev/socket-util.h index 04cfb83f5a..04cfb83f5a 100644 --- a/src/udev/socket-util.h +++ b/src/libudev/socket-util.h diff --git a/src/udev/sparse-endian.h b/src/libudev/sparse-endian.h index eb4dbf3615..eb4dbf3615 100644 --- a/src/udev/sparse-endian.h +++ b/src/libudev/sparse-endian.h diff --git a/src/udev/strbuf.c b/src/libudev/strbuf.c index 915cd3ac99..915cd3ac99 100644 --- a/src/udev/strbuf.c +++ b/src/libudev/strbuf.c diff --git a/src/udev/strbuf.h b/src/libudev/strbuf.h index 2347fd4328..2347fd4328 100644 --- a/src/udev/strbuf.h +++ b/src/libudev/strbuf.h diff --git a/src/udev/strv.c b/src/libudev/strv.c index 6b76d0eaef..6b76d0eaef 100644 --- a/src/udev/strv.c +++ b/src/libudev/strv.c diff --git a/src/udev/strv.h b/src/libudev/strv.h index 45558d8960..45558d8960 100644 --- a/src/udev/strv.h +++ b/src/libudev/strv.h diff --git a/src/udev/util.c b/src/libudev/util.c index d8c5bb2e1e..d8c5bb2e1e 100644 --- a/src/udev/util.c +++ b/src/libudev/util.c diff --git a/src/udev/util.h b/src/libudev/util.h index b9230e38bc..b9230e38bc 100644 --- a/src/udev/util.h +++ b/src/libudev/util.h diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 8f4eafe46e..b65048bf91 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -52,44 +52,18 @@ libudev_core_la_SOURCES = \ udev-builtin-net_id.c \ udev-builtin-path_id.c \ udev-builtin-usb_id.c \ - conf-files.c \ - cgroup-util.c \ dev-setup.c \ - exit-status.c \ - hashmap.c \ label.c \ - log.c \ mkdir.c \ - path-util.c \ sd-daemon.c \ - sd-login.c \ - set.c \ - strbuf.c \ - strv.c \ - util.c + sd-login.c noinst_HEADERS = \ - cgroup-util.h \ - conf-files.h \ - def.h \ dev-setup.h \ - exit-status.h \ - hashmap.h \ - ioprio.h \ label.h \ - log.h \ - macro.h \ - 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 \ - util.h + sd-login.h include_HEADERS = \ udev.h |