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/libudev/Makefile.am | |
parent | 1bbffd4f09a3715d1897e617ea83eefdcbff2c02 (diff) |
Moved files to libudev that once were in upstream libsystemd-shared
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r-- | src/libudev/Makefile.am | 30 |
1 files changed, 28 insertions, 2 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 |