Skip to content

Commit

Permalink
make dist now works appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuller committed Feb 4, 2009
1 parent 13b93be commit 9bcbc9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile.am
Expand Up @@ -7,7 +7,9 @@ ACLOCAL_AMFLAGS = -I acinclude.d
INCLUDES = ${APACHE_CFLAGS} ${OPKELE_CFLAGS} ${SQLITE3_CFLAGS} ${PCRE_CFLAGS} ${CURL_CFLAGS}
AM_LDFLAGS = ${OPKELE_LIBS} ${SQLITE3_LDFLAGS} ${PCRE_LIBS} ${CURL_LIBS}

libmodauthopenid_la_SOURCES = mod_auth_openid.cpp MoidConsumer.cpp moid_utils.cpp http_helpers.cpp SessionManager.cpp
libmodauthopenid_la_SOURCES = mod_auth_openid.cpp MoidConsumer.cpp moid_utils.cpp http_helpers.cpp \
SessionManager.cpp config.h http_helpers.h mod_auth_openid.h MoidConsumer.h moid_utils.h \
SessionManager.h types.h

db_info_SOURCES = db_info.cpp
db_info_LDFLAGS = -lmodauthopenid
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,7 +1,7 @@
AC_INIT([mod_auth_openid], [0.3], [bmuller@butterfat.net])
AC_INIT([mod_auth_openid], [0.4], [bmuller@butterfat.net])
AC_DEFINE([PACKAGE_URL],["http://trac.butterfat.net/public/mod_auth_openid"],[project url])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([no-dist])
AM_INIT_AUTOMAKE()

AC_CONFIG_MACRO_DIR([acinclude.d])

Expand Down

0 comments on commit 9bcbc9b

Please sign in to comment.