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 683944a671..521eea8253 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -36,6 +36,7 @@ libudev_la_SOURCES =\ cgroup-util.c \ conf-files.c \ exit-status.c \ + env-util.c \ hashmap.c \ log.c \ path-util.c \ @@ -50,6 +51,7 @@ noinst_HEADERS = \ cgroup-util.h \ conf-files.h \ def.h \ + env-util.h \ exit-status.h \ hashmap.h \ ioprio.h \ |