/[svn]/linuxsampler/trunk/src/network/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/src/network/Makefile.am

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

revision 1245 by schoenebeck, Tue Jun 19 15:54:13 2007 UTC revision 1502 by senoner, Wed Nov 21 07:29:52 2007 UTC
# Line 3  METASOURCES = AUTO Line 3  METASOURCES = AUTO
3    
4  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)  AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5    
6    if HAVE_WINDOWS
7    winsocket_ldflags = -lws2_32 -lole32
8    else
9    winsocket_ldflags =
10    endif
11    
12  noinst_LTLIBRARIES = liblinuxsamplernetwork.la  noinst_LTLIBRARIES = liblinuxsamplernetwork.la
13  liblinuxsamplernetwork_la_SOURCES = \  liblinuxsamplernetwork_la_SOURCES = \
14          lscp.h \          lscp.h \
# Line 11  liblinuxsamplernetwork_la_SOURCES = \ Line 17  liblinuxsamplernetwork_la_SOURCES = \
17          lscpsymbols.h \          lscpsymbols.h \
18          lscpresultset.cpp lscpresultset.h \          lscpresultset.cpp lscpresultset.h \
19          lscpevent.cpp lscpevent.h          lscpevent.cpp lscpevent.h
20    liblinuxsamplernetwork_la_LIBADD = $(winsocket_ldflags)
21    
22  yacc_sources = lscp.y  yacc_sources = lscp.y
23    

Legend:
Removed from v.1245  
changed lines
  Added in v.1502

  ViewVC Help
Powered by ViewVC