INCLUDES = \ -DG_LOG_DOMAIN=\"libebookbackend\" \ -I$(top_srcdir) \ -I$(top_builddir) \ -I$(top_srcdir)/lib/ogo \ -I$(top_builddir)/lib/ogo \ -I$(top_srcdir)/addressbook \ -I$(top_builddir)/addressbook \ -I$(top_srcdir)/servers/groupwise \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) \ $(OGO_STORAGE_CFLAGS) \ $(SOUP_CFLAGS) bin_PROGRAMS = evo-ogo-create-account noinst_PROGRAMS = ogo-test ogo-xml-test evo_ogo_create_account_SOURCES = create-account.c evo_ogo_create_account_LDADD = \ $(OGO_STORAGE_LIBS) \ $(E_DATA_SERVER_LIBS) libogoconnection_la_SOURCES = \ ogo-connection.c \ ogo-connection.h \ ogo-xmlobject.c \ ogo-xmlobject.h \ ogo-xml.c \ ogo-xml.h \ ogo-result.c \ ogo-result.h \ ogo-result-links.c \ ogo-result-links.h \ dav-href.gob \ dav-href.c \ dav-href.h \ dav-href-private.h \ dav-response.gob \ dav-response.c \ dav-response.h \ dav-multistatus.gob \ dav-multistatus.c \ dav-multistatus.h ogo_xml_test_SOURCES = ogo-xml-test-1.c ogo_xml_test_LDADD = \ libogoconnection.la \ $(OGO_STORAGE_LIBS) ogo_test_SOURCES = ogo-test-1.c ogo_test_LDADD = \ libogoconnection.la \ $(OGO_STORAGE_LIBS) \ $(E_DATA_SERVER_LIBS) noinst_LTLIBRARIES = libogoconnection.la # GOB Rule %.c %.h %-private.h: %.gob @GOB2@ $<