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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2132 - (hide annotations) (download)
Tue Sep 28 18:00:38 2010 UTC (13 years, 6 months ago) by persson
File size: 325 byte(s)
* fixes for building for Windows with configure and make
* makefile fixes for building in separate directory

1 capela 103
2 persson 2132 AM_CFLAGS = -Wall -I.. -I$(srcdir)/..
3 capela 103
4     lib_LTLIBRARIES = liblscp.la
5    
6 capela 146 liblscp_la_SOURCES = thread.c socket.c client.c device.c common.c event.c
7 persson 2132 liblscp_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@
8     if WINDOWS
9     liblscp_la_LIBADD = -lws2_32
10     else
11 capela 103 liblscp_la_LIBADD = -lpthread
12 persson 2132 endif
13 capela 103
14 capela 380 noinst_HEADERS = common.h

  ViewVC Help
Powered by ViewVC