diff options
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 984dcde86a..18156b4881 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -35,7 +35,9 @@ libpcs_a_SOURCES = \ cal-factory.c \ cal-factory.h \ job.c \ - job.h + job.h \ + query.c \ + query.h BUILT_SOURCES = $(CORBA_GENERATED) |