Skip to content
Snippets Groups Projects
Select Git revision
  • windows_ci
  • master default
  • cert_pk_id
  • proxy_push_result
  • cnode_put_id
  • update-windows-build
  • proxy
  • resubscribe_on_token_change
  • actions
  • client_mode
  • llhttp
  • search_node_add
  • crypto_aes_gcm_argon2
  • ios_notifications
  • log_fmt
  • v2asio
  • fix-msvc
  • message_split
  • meson
  • build_unify
  • v3.4.0
  • v3.3.1
  • v3.3.1rc1
  • v3.3.1rc2
  • v3.3.0
  • v3.2.0
  • v3.1.11
  • v3.1.10
  • v3.1.9
  • v3.1.8.2
  • v3.1.8.1
  • v3.1.8
  • v3.1.7
  • v3.1.6
  • v3.1.5
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1
  • v3.0.1
40 results

Makefile.am

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Makefile.am 379 B
    AM_CXXFLAGS = -pthread
    
    SUBDIRS =
    
    SUBDIRS += src
    
    if ENABLE_C
    SUBDIRS += c
    endif
    
    if ENABLE_TOOLS
    SUBDIRS += tools
    endif
    
    if USE_CYTHON
    SUBDIRS += python
    endif
    
    if ENABLE_TESTS
    SUBDIRS += tests
    endif
    
    SUBDIRS += doc
    
    ACLOCAL_AMFLAGS = -I m4
    
    DOC_FILES = \
    			README.md \
    			COPYING
    
    EXTRA_DIST = \
    			$(DOC_FILES)
    
    pkgconfigdir = $(libdir)/pkgconfig
    pkgconfig_DATA = opendht.pc