diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-20 19:37:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-22 16:16:59 +0200 |
commit | 766cd081525575875dd1291d4de0e65bcb5e1a89 (patch) | |
tree | 3b329618552e0d0a8fb8a8b0cc19b6ba1333f09b /Makefile.am | |
parent | 03532f0ae0fae40f9f04091340e2bf156d0ec21a (diff) |
shared: move output_mode_to_string() into output-mode.c
After all, the enum definition is in output-mode.h
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b0118fd9a5..0f475c6d09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -962,6 +962,7 @@ noinst_LTLIBRARIES += \ libshared_la_SOURCES = \ src/shared/output-mode.h \ + src/shared/output-mode.c \ src/shared/gpt.h \ src/shared/udev-util.h \ src/shared/linux/auto_dev-ioctl.h \ |