/[svn]/liblscp/trunk/src/Makefile.am
ViewVC logotype

Diff of /liblscp/trunk/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 103 by capela, Fri Jun 4 14:32:51 2004 UTC revision 2132 by persson, Tue Sep 28 18:00:38 2010 UTC
# Line 1  Line 1 
1    
2  AM_CFLAGS = -Wall -I@top_srcdir@  AM_CFLAGS = -Wall -I.. -I$(srcdir)/..
3    
4  lib_LTLIBRARIES = liblscp.la  lib_LTLIBRARIES = liblscp.la
5    
6  liblscp_la_SOURCES = thread.c socket.c client.c device.c common.c  liblscp_la_SOURCES = thread.c socket.c client.c device.c common.c event.c
7    liblscp_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
8    if WINDOWS
9    liblscp_la_LIBADD  = -lws2_32
10    else
11  liblscp_la_LIBADD  = -lpthread  liblscp_la_LIBADD  = -lpthread
12    endif
13    
14  noinst_HEADERS =  noinst_HEADERS = common.h

Legend:
Removed from v.103  
changed lines
  Added in v.2132

  ViewVC Help
Powered by ViewVC