From 0ffd79d9eacd8e9049779e19c9f9c0f3e11e48c4 Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 1 Nov 2002 13:26:26 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0_1'. svn path=/tags/RELEASE_1_0_1/; revision=18481 --- addressbook/backend/pas/Makefile.am | 85 ------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 addressbook/backend/pas/Makefile.am (limited to 'addressbook/backend/pas/Makefile.am') diff --git a/addressbook/backend/pas/Makefile.am b/addressbook/backend/pas/Makefile.am deleted file mode 100644 index eaaeebb25a..0000000000 --- a/addressbook/backend/pas/Makefile.am +++ /dev/null @@ -1,85 +0,0 @@ -CORBA_SOURCE_H = addressbook.h - -CORBA_SOURCE_C = \ - addressbook-common.c \ - addressbook-stubs.c \ - addressbook-skels.c - -CORBA_SOURCE = $(CORBA_SOURCE_H) $(CORBA_SOURCE_C) - -idls = \ - $(srcdir)/../idl/addressbook.idl - -idl_flags = `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl - -$(CORBA_SOURCE): $(idls) - $(ORBIT_IDL) -I $(srcdir) $(srcdir)/../idl/addressbook.idl $(idl_flags) - -INCLUDES = \ - $(DB3_CFLAGS) \ - $(LDAP_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(localedir)"\" \ - -DG_LOG_DOMAIN=\"wombat-pas\" \ - -I$(top_srcdir) \ - -I$(top_srcdir)/addressbook/backend \ - -I$(top_builddir)/addressbook/backend \ - $(EVOLUTION_ADDRESSBOOK_CFLAGS) - -LDAP_SCHEMA = \ - evolutionperson.schema - -LDAP_BACKEND_FILES = \ - pas-backend-ldap.c \ - pas-backend-ldap.h - -if ENABLE_LDAP -LDAP_BACKEND = libpasldap.a -endif - -ldapschemadir = $(datadir)/evolution - -ldapschema_DATA= $(LDAP_SCHEMA) - -privlib_LIBRARIES = libpas.a -noinst_LIBRARIES = libpasfile.a $(LDAP_BACKEND) - -pasincludedir = $(includedir)/evolution/pas - -pasinclude_HEADERS = \ - $(CORBA_SOURCE_H) \ - pas-book-factory.h \ - pas-book-view.h \ - pas-book.h \ - pas-backend-card-sexp.h \ - pas-backend.h \ - pas-backend-summary.h \ - pas-card-cursor.h - -libpas_a_SOURCES = \ - $(pasinclude_HEADERS) \ - $(CORBA_SOURCE_C) \ - pas-book-factory.c \ - pas-book-view.c \ - pas-book.c \ - pas-backend-card-sexp.c \ - pas-backend-file.c \ - pas-backend.c \ - pas-backend-summary.c \ - pas-card-cursor.c - -libpasfile_a_SOURCES = \ - pas-backend-file.c \ - pas-backend-file.h - -if ENABLE_LDAP -libpasldap_a_SOURCES = \ - $(LDAP_BACKEND_FILES) -endif - -BUILT_SOURCES = $(CORBA_SOURCE) -CLEANFILES = $(BUILT_SOURCES) - -dist-hook: - cd $(distdir); rm -f $(BUILT_SOURCES) - -EXTRA_DIST = $(LDAP_BACKEND_FILES) $(LDAP_SCHEMA) -- cgit v1.2.3