Skip to content

Commit

Permalink
fix build of libltdl
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Aug 20, 2019
1 parent 87939aa commit 07ac382
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ SUBDIRS = \
dist-build \
man

if PLUGINS
SUBDIRS += \
libltdl
endif

SUBDIRS += \
contrib \
src \
Expand Down
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
AC_PREREQ([2.65])
AC_INIT([dnscrypt-proxy],[1.9.5],[https://dnscrypt.org])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([libltdl/config])
AC_CONFIG_SRCDIR([src/proxy/app.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SUBDIRS([src/libevent-modified])
Expand Down Expand Up @@ -461,7 +460,6 @@ AC_CHECK_FUNCS([crypto_box_easy_afternm crypto_core_hchacha20 crypto_box_curve25
dnl Libtool.

LT_INIT([dlopen])
LT_CONFIG_LTDL_DIR([libltdl])
LTDL_INIT

dnl Subconfig.
Expand Down

0 comments on commit 07ac382

Please sign in to comment.