| Server IP : 189.126.111.107 / Your IP : 216.73.217.69 Web Server : Apache System : Linux www.gadotticar.com.br 5.4.0-135-generic #152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022 x86_64 User : gadotticar ( 1000) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/sofia-sip-1.13.17/s2check/ |
Upload File : |
# # Makefile.am for "Sofia-SIP 2 Check", module and unit testing library # # Copyright (C) 2009 Nokia Corporation # Contact: Pekka Pessi <pekka.pessi@nokia.com> # Licensed under LGPL. See file COPYING. # ---------------------------------------------------------------------- # Header paths AM_CPPFLAGS = $(INTERNAL_INCLUDES) AM_LDFLAGS = -ldl # ---------------------------------------------------------------------- # Build targets noinst_LIBRARIES = libs2.a # ---------------------------------------------------------------------- # Rules for building the targets libs2_a_SOURCES = s2check.h s2tcase.c \ s2base.h s2base.c \ s2sip.c s2sip.h \ s2_localinfo.h s2_localinfo.c \ s2dns.h s2dns.c \ s2util.h s2time.c # ---------------------------------------------------------------------- # Install and distribution rules EXTRA_DIST = # ---------------------------------------------------------------------- # Tests TESTS = # ---------------------------------------------------------------------- # Sofia specific rules include $(top_srcdir)/rules/sofia.am