Makefile.in.patch   [plain text]


--- /tmp/jabberd-2.2.17/storage/Makefile.in	2012-08-26 04:59:55.000000000 -0700
+++ ./jabberd2/storage/Makefile.in	2012-08-28 18:49:00.000000000 -0700
@@ -18,7 +18,7 @@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd/modules
 pkglibexecdir = $(libexecdir)/@PACKAGE@
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 install_sh_DATA = $(install_sh) -c -m 644
@@ -45,6 +45,7 @@ host_triplet = @host@
 @STORAGE_PGSQL_TRUE@am__append_9 = authreg_pgsql.la storage_pgsql.la
 @STORAGE_PIPE_TRUE@am__append_10 = authreg_pipe.la
 @STORAGE_SQLITE_TRUE@am__append_11 = authreg_sqlite.la storage_sqlite.la
+@STORAGE_APPLE_TRUE@am__append_12 = authreg_apple_od.la
 subdir = storage
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -185,6 +186,16 @@ authreg_sqlite_la_LINK = $(LIBTOOL) --ta
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 	$(authreg_sqlite_la_LDFLAGS) $(LDFLAGS) -o $@
 @STORAGE_SQLITE_TRUE@am_authreg_sqlite_la_rpath = -rpath $(pkglibdir)
+@STORAGE_APPLE_TRUE@authreg_apple_od_la_DEPENDENCIES =  \
+@STORAGE_APPLE_TRUE@   $(am__DEPENDENCIES_1) \
+@STORAGE_APPLE_TRUE@   $(am__DEPENDENCIES_1)
+am__authreg_apple_od_la_SOURCES_DIST = authreg_apple_od.c
+@STORAGE_APPLE_TRUE@am_authreg_apple_od_la_OBJECTS = authreg_apple_od.lo
+authreg_apple_od_la_OBJECTS = $(am_authreg_apple_od_la_OBJECTS)
+authreg_apple_od_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+	$(authreg_apple_od_la_LDFLAGS) $(LDFLAGS) -o $@
+@STORAGE_APPLE_TRUE@am_authreg_apple_od_la_rpath = -rpath $(pkglibdir)
 libstorage_la_LIBADD =
 am_libstorage_la_OBJECTS = libstorage_la-storage.lo \
 	libstorage_la-object.lo
@@ -275,6 +286,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF
 	$(LDFLAGS) -o $@
 SOURCES = $(authreg_anon_la_SOURCES) $(authreg_db_la_SOURCES) \
 	$(authreg_ldap_la_SOURCES) $(authreg_ldapfull_la_SOURCES) \
+	$(authreg_apple_od_la_SOURCES) $(authreg_ldap_la_SOURCES) $(authreg_ldapfull_la_SOURCES) \
 	$(authreg_mysql_la_SOURCES) $(authreg_oracle_la_SOURCES) \
 	$(authreg_pam_la_SOURCES) $(authreg_pgsql_la_SOURCES) \
 	$(authreg_pipe_la_SOURCES) $(authreg_sqlite_la_SOURCES) \
@@ -298,7 +310,8 @@ DIST_SOURCES = $(am__authreg_anon_la_SOU
 	$(am__storage_mysql_la_SOURCES_DIST) \
 	$(am__storage_oracle_la_SOURCES_DIST) \
 	$(am__storage_pgsql_la_SOURCES_DIST) \
-	$(am__storage_sqlite_la_SOURCES_DIST)
+	$(am__storage_sqlite_la_SOURCES_DIST) \
+	$(am__authreg_apple_od_la_SOURCES_DIST)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -443,7 +456,7 @@ MODULE_LIBADD = -lexpat -L$(top_srcdir)/
 pkglib_LTLIBRARIES = libstorage.la $(am__append_1) $(am__append_2) \
 	$(am__append_3) $(am__append_4) $(am__append_5) \
 	$(am__append_7) $(am__append_8) $(am__append_9) \
-	$(am__append_10) $(am__append_11)
+	$(am__append_10) $(am__append_11) $(am__append_12)
 libstorage_la_SOURCES = storage.h storage.c object.c
 libstorage_la_CPPFLAGS = -DLIBRARY_DIR=\"$(pkglibdir)\"
 @STORAGE_ANON_TRUE@authreg_anon_la_SOURCES = authreg_anon.c
@@ -504,6 +517,8 @@ libstorage_la_CPPFLAGS = -DLIBRARY_DIR=\
 @STORAGE_SQLITE_TRUE@storage_sqlite_la_SOURCES = storage_sqlite.c
 @STORAGE_SQLITE_TRUE@storage_sqlite_la_LDFLAGS = $(MODULE_LDFLAGS)
 @STORAGE_SQLITE_TRUE@storage_sqlite_la_LIBADD = $(MODULE_LIBADD) $(SQLITE_LIBS)
+@STORAGE_APPLE_TRUE@authreg_apple_od_la_SOURCES = authreg_apple_od.c
+@STORAGE_APPLE_TRUE@authreg_apple_od_la_LDFLAGS = $(MODULE_LDFLAGS)
 all: all-am
 
 .SUFFIXES:
@@ -589,6 +604,8 @@ authreg_pipe.la: $(authreg_pipe_la_OBJEC
 	$(authreg_pipe_la_LINK) $(am_authreg_pipe_la_rpath) $(authreg_pipe_la_OBJECTS) $(authreg_pipe_la_LIBADD) $(LIBS)
 authreg_sqlite.la: $(authreg_sqlite_la_OBJECTS) $(authreg_sqlite_la_DEPENDENCIES) $(EXTRA_authreg_sqlite_la_DEPENDENCIES) 
 	$(authreg_sqlite_la_LINK) $(am_authreg_sqlite_la_rpath) $(authreg_sqlite_la_OBJECTS) $(authreg_sqlite_la_LIBADD) $(LIBS)
+authreg_apple_od.la: $(authreg_apple_od_la_OBJECTS) $(authreg_apple_od_la_DEPENDENCIES)
+	$(authreg_apple_od_la_LINK) $(am_authreg_apple_od_la_rpath) $(authreg_apple_od_la_OBJECTS) $(authreg_apple_od_la_LIBADD) $(LIBS)
 libstorage.la: $(libstorage_la_OBJECTS) $(libstorage_la_DEPENDENCIES) $(EXTRA_libstorage_la_DEPENDENCIES) 
 	$(LINK) -rpath $(pkglibdir) $(libstorage_la_OBJECTS) $(libstorage_la_LIBADD) $(LIBS)
 storage_db.la: $(storage_db_la_OBJECTS) $(storage_db_la_DEPENDENCIES) $(EXTRA_storage_db_la_DEPENDENCIES) 
@@ -622,6 +639,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_pgsql_la-authreg_pgsql.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_pipe.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_sqlite.Plo@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreg_apple_od.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-object.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libstorage_la-storage.Plo@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_db.Plo@am__quote@