diff options
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 921ac896d6..0e47694cee 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -38,7 +38,7 @@ $(CORBA_GENERATED_C): $(CORBA_GENERATED_H) pcsincludedir = $(privincludedir)/pcs privlib_LTLIBRARIES = libpcs.la -noinst_LTLIBRARIES = libpcsfile.la +noinst_LTLIBRARIES = libpcsfile.la libpcshttp.la pcsinclude_HEADERS = \ $(CORBA_GENERATED_H) \ @@ -77,6 +77,13 @@ libpcsfile_la_SOURCES = \ libpcsfile_la_LIBADD = \ libpcs.la +libpcshttp_la_SOURCES = \ + cal-backend-http.c \ + cal-backend-http.h + +libpcshttp_la_LIBADD = \ + libpcs.la + BUILT_SOURCES = $(CORBA_GENERATED) CLEANFILES = $(BUILT_SOURCES) |