freeswitch/libs/sofia-sip/win32/Makefile.am
Michael Jerris 8ff118dc2c merge with sofia darcs trunk:
Fri Oct 12 08:42:17 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Makefile.am: fixed ordering of SUBDIRS

Fri Oct 12 13:32:02 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/utils/stunc.dsp: fixed include paths

Fri Oct 12 13:32:19 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/tests/torture_su_root: fixed include paths

Fri Oct 12 13:32:52 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32: added missing files from Makefile.am, .dsp, vproj

Fri Oct 12 13:33:42 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/build_sources.cmd: added extra headers to sip_tag.c and sip_parser_table.c

Fri Oct 12 13:37:00 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * win32/check.cmd: added option -a to relevant tests. 
    Optionally check Release build.

Fri Oct 12 13:37:25 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * url.h: silenced warning on URL_INIT_AS()

Fri Oct 12 13:37:43 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * tstdef.h: silenced warnings on TEST_M()

Fri Oct 12 13:38:15 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nta_internal.h, nua_params.c: fixed NTATAG_UDP_MTU() type

Fri Oct 12 13:39:06 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_class.h: fixed test_auth_class, test_numeric_class declaration

Fri Oct 12 13:39:51 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * Fixed various tests on win32.

Fri Oct 12 13:39:58 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * sip_basic.c: removed dead code

Fri Oct 12 14:38:02 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nea_server.c: avoid raporting un-SUBSCRIBE twice

Fri Oct 12 14:38:31 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * test_sip_events.c: checking some nua_i_notifier/nua_i_subscriber events

Fri Oct 12 14:38:42 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged Release candidate 2 for 1.12.7

Mon Oct 15 04:03:22 EDT 2007  Pekka.Pessi@nokia.com
  * configure.ac, RELEASE: version 1.12.7

Mon Oct 15 08:27:13 EDT 2007  Pekka.Pessi@nokia.com
  * open_c: included in the dist

Tue Oct 16 08:07:46 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua: Open C fixes

Wed Oct 17 06:50:11 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * nua.docs: replace reference to nua_cli.c with sofsip_cli

Wed Oct 17 08:43:11 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged rel-sofia-sip-1_12_7

Wed Oct 17 08:43:15 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  tagged 1.12.7

Wed Oct 17 11:01:12 EDT 2007  Pekka Pessi <Pekka.Pessi@nokia.com>
  * libsofia-sip-ua/su/Makefile.am: fixed problem with automake 1.9

Wed Oct 17 11:13:15 EDT 2007  Pekka.Pessi@nokia.com
  * configure.ac, RELEASE: opened tree for development

Tue Oct 23 10:45:17 EDT 2007  Pekka.Pessi@nokia.com
  * su_alloc.c: fixed su_home_init() (not initializing pointer to mutexes)

Thu Oct 25 13:15:45 EDT 2007  Pekka.Pessi@nokia.com
  * nua_notifier.c: updated nua_i_subscribe, nua_notify() and nua_r_notify documentation

Wed Nov  7 07:58:08 EST 2007  Pekka.Pessi@nokia.com
  * sofia-sip/htable2.h: fixed HTABLE_PROTOS2()



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6219 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-11-12 16:04:47 +00:00

84 lines
2.8 KiB
Makefile

#
# Makefile.am for sofia-sip/win32
#
# This is used for including win32 files in dist
#
# Copyright (C) 2005,2006 Nokia Corporation
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
# Licensed under LGPL. See file COPYING.
#
# ref: http://www.gnu.org/software/automake/manual/automake.html
# ----------------------------------------------------------------------
noinst_HEADERS = sofia-sip/su_configure.h unistd.h config.h
EXTRA_DIST = SofiaSIP.dsw \
libsofia-sip-ua/libsofia_sip_ua.dsp \
libsofia-sip-ua/sofia-sip-ua.def \
libsofia-sip-ua-static/libsofia_sip_ua_static.dsp \
tests/test_nua/test_nua.dsp \
tests/test_nua/test_nat_tags.cpp \
tests/test_nta/test_nta.dsp \
tests/test_tport/test_tport.dsp \
tests/test_tport/test_class.cpp \
tests/test_tport/test_table.cpp \
tests/torture_su_alloc/torture_su_alloc.dsp \
tests/torture_su_root/torture_su_root.dsp \
tests/torture_su_tag/torture_su_tag.dsp \
tests/test_su/test_su.dsp \
tests/torture_su_time/torture_su_time.dsp \
tests/torture_su_timer/torture_su_timer.dsp \
tests/torture_su/torture_su.dsp \
tests/test_memmem/test_memmem.dsp \
tests/test_htable/test_htable.dsp \
tests/torture_rbtree/torture_rbtree.dsp \
tests/torture_su_bm/torture_su_bm.dsp \
tests/torture_su_port/torture_su_port.dsp \
utils/localinfo/localinfo.dsp \
utils/sip_options/sip_options.dsp \
utils/sip_options_static/sip_options_static.dsp \
utils/sip_dig/sip_dig.dsp \
utils/stunc/stunc.dsp \
$(PTHREAD_DIST) \
README.txt \
autogen.cmd build_sources.cmd version_files.cmd version.awk \
install.cmd check.cmd
# VC2005 Project files
EXTRA_DIST += SofiaSIP.sln \
libsofia-sip-ua-static/libsofia_sip_ua_static.vcproj \
libsofia-sip-ua/libsofia_sip_ua.vcproj \
tests/test_htable/test_htable.vcproj \
tests/test_memmem/test_memmem.vcproj \
tests/test_nta/test_nta.vcproj \
tests/test_nua/test_nua.vcproj \
tests/test_su/test_su.vcproj \
tests/test_tport/test_tport.vcproj \
tests/torture_rbtree/torture_rbtree.vcproj \
tests/torture_su/torture_su.vcproj \
tests/torture_su_alloc/torture_su_alloc.vcproj \
tests/torture_su_bm/torture_su_bm.vcproj \
tests/torture_su_port/torture_su_port.vcproj \
tests/torture_su_root/torture_su_root.vcproj \
tests/torture_su_tag/torture_su_tag.vcproj \
tests/torture_su_time/torture_su_time.vcproj \
tests/torture_su_timer/torture_su_timer.vcproj \
utils/localinfo/localinfo.vcproj \
utils/sip_dig/sip_dig.vcproj \
utils/sip_options/sip_options.vcproj \
utils/sip_options_static/sip_options_static.vcproj \
utils/stunc/stunc.vcproj
PTHREAD_DIST = \
pthread/ChangeLog \
pthread/md5.sum.txt \
pthread/pthreadVC2.dll \
pthread/pthreadVC2.lib \
pthread/semaphore.h \
pthread/sched.h \
pthread/pthread.h
mostlyclean-local:
test "$(top_builddir)" = "$(top_srcdir)" || rm -f config.h