diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6d1ca98..79976c6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,7 @@ lib_LTLIBRARIES = librcc.la librcc_la_SOURCES = librcc.c \ + rcchome.c rcchome.h \ + rcclock.c rcclock.h \ rcclocale.c rcclocale.h \ lng.c lng.h \ opt.c opt.h \ |