Skip to content

Commit 2c3d4b8

Browse files
committed
Makefile.am: use pkglib_LTLIBRARIES
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 26c2103 commit 2c3d4b8

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
06/21/2024
2+
- Makefile.am: use pkglib_LTLIBRARIES
3+
14
06/05/2024
25
- depend on liboauth2 >= 1.6.2
36
- release 3.4.0

Makefile.am

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ AM_LDFLAGS = --coverage
99

1010
LDADD = $(CODE_COVERAGE_LIBS)
1111

12-
lib_LTLIBRARIES = @[email protected]
12+
pkglib_LTLIBRARIES = @[email protected]
13+
pkglibdir = $(libdir)/nginx/modules
1314

1415
@PACKAGE_NAME@_la_CFLAGS = @OAUTH2_CFLAGS@ @OAUTH2_NGINX_CFLAGS@ @NGINX_CFLAGS@
1516
@PACKAGE_NAME@_la_LIBADD = @OAUTH2_LIBS@ @OAUTH2_NGINX_LIBS@ @NGINX_LIBS@
@@ -22,10 +23,3 @@ lib_LTLIBRARIES = @[email protected]
2223

2324
clang-format:
2425
clang-format -style=file -i `find . -name *.[ch]`
25-
26-
install:
27-
${INSTALL} -d $(DESTDIR)/usr/local/nginx/modules/
28-
${INSTALL} -p -m 755 .libs/@[email protected] $(DESTDIR)/usr/local/nginx/modules/@[email protected]
29-
30-
uninstall:
31-
rm -f $(DESTDIR)/usr/local/nginx/modules/@[email protected]

0 commit comments

Comments
 (0)