summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-05-08 12:24:19 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-05-08 12:24:19 +0000
commit68d3b04aaa1960e900ef3f4e72e1f38d3265ff52 (patch)
treedb9b12e807058458ca1e90e049b4e5c95a8e2e94 /Makefile.in
parent58c0029c34de146aff55eda4b1d1c1dca1db5d0e (diff)
downloadmod_auth_mellon-68d3b04aaa1960e900ef3f4e72e1f38d3265ff52.tar.gz
mod_auth_mellon-68d3b04aaa1960e900ef3f4e72e1f38d3265ff52.tar.xz
mod_auth_mellon-68d3b04aaa1960e900ef3f4e72e1f38d3265ff52.zip
Move GLib compatibility helpers to a separate file.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@207 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fff8a9a..8945a00 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -21,7 +21,7 @@ DISTFILES=$(SRC) \
all: mod_auth_mellon.la
-mod_auth_mellon.la: $(SRC) auth_mellon.h
+mod_auth_mellon.la: $(SRC) auth_mellon.h auth_mellon_compat.h
@APXS2@ -Wc,"@OPENSSL_CFLAGS@ @LASSO_CFLAGS@ @CURL_CFLAGS@ @GLIB_CFLAGS@" -Wl,"@OPENSSL_LIBS@ @LASSO_LIBS@ @CURL_LIBS@ @GLIB_LIBS@" -Wc,-Wall -Wc,-g -c $(SRC)