Makefile.am
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:0k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. lib_LTLIBRARIES = libhttp.la
  2. libhttp_la_LDFLAGS = -static
  3. libhttp_la_SOURCES = 
  4. http.c 
  5. http.h 
  6. http_private.h 
  7. http_resp.c 
  8. http_util.c
  9. INCLUDES = -I$(top_srcdir)/include
  10. AM_CFLAGS = -D_REENTRANT @BILLS_CWARNINGS@
  11. check_PROGRAMS = http_test
  12. http_test_SOURCES = http_test.c
  13. http_test_LDADD = libhttp.la
  14. EXTRA_DIST = http_test60.dsp http_test60.dsw libhttp60.dsp