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 5211550857..a588080d12 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -39,6 +39,7 @@ libudev_la_SOURCES =\ exit-status.c \ hashmap.c \ log.c \ + MurmurHash2.c \ path-util.c \ set.c \ strbuf.c \ @@ -60,6 +61,7 @@ noinst_HEADERS = \ log.h \ macro.h \ missing.h \ + MurmurHash2.h \ path-util.h \ set.h \ socket-util.h \ |