diff options
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 4e6199b3d1..805ae03ea9 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -73,9 +73,11 @@ libeutil_static_la_LIBADD = $(libeutil_la_LIBADD) libeutil_static_la_LDFLAGS = --all-static pilot_sources = \ - e-pilot-map.c \ - e-pilot-map.h \ - e-pilot-util.c \ + e-pilot-map.c \ + e-pilot-map.h \ + e-pilot-settings.c \ + e-pilot-settings.h \ + e-pilot-util.c \ e-pilot-util.h if ENABLE_PILOT_CONDUITS |