Skip to content

Commit

Permalink
make correct dist-gzip
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Apr 16, 2019
1 parent 80e7939 commit 5ccd07b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/.libs/
/ngx_sts_module.la
/nginx.conf
/.settings
27 changes: 0 additions & 27 deletions .settings/language.settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .settings/org.eclipse.cdt.core.prefs

This file was deleted.

8 changes: 7 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS=-I m4

EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE DISCLAIMER
EXTRA_DIST = autogen.sh ChangeLog README.md LICENSE

AM_CPPFLAGS = -Wall -Werror
AM_CPPFLAGS += -fPIC -pipe -O -Wall -Wextra -Wpointer-arith -Wno-unused-parameter -Wno-deprecated-declarations -Wno-unused-function -Wno-ignored-qualifiers
Expand All @@ -9,11 +9,17 @@ AM_LDFLAGS = --coverage

LDADD = $(CODE_COVERAGE_LIBS)

includesubdir = $(includedir)/oauth2

includesub_HEADERS = \
src/liboauth2-sts/include/oauth2/sts.h

lib_LTLIBRARIES = @[email protected]

@PACKAGE_NAME@_la_CFLAGS = @OAUTH2_CFLAGS@ @OAUTH2_NGINX_CFLAGS@ @NGINX_CFLAGS@ @XML_CFLAGS@ -Isrc/liboauth2-sts/include
@PACKAGE_NAME@_la_LIBADD = @OAUTH2_LIBS@ @OAUTH2_NGINX_LIBS@ @NGINX_LIBS@ @XML_LIBS@
@PACKAGE_NAME@_la_SOURCES = \
src/liboauth2-sts/src/sts_int.h \
src/liboauth2-sts/src/sts.c \
src/liboauth2-sts/src/wstrust.c \
src/liboauth2-sts/src/ropc.c \
Expand Down

0 comments on commit 5ccd07b

Please sign in to comment.