diff options
Diffstat (limited to 'src/libudev/Makefile.am')
-rw-r--r-- | src/libudev/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index 568c4884b4..5211550857 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -35,6 +35,7 @@ libudev_la_SOURCES =\ libudev-hwdb.c \ cgroup-util.c \ conf-files.c \ + device-nodes.c \ exit-status.c \ hashmap.c \ log.c \ @@ -52,6 +53,7 @@ noinst_HEADERS = \ cgroup-util.h \ conf-files.h \ def.h \ + device-nodes.h \ exit-status.h \ hashmap.h \ ioprio.h \ |