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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2132 - (show 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
2 AM_CFLAGS = -Wall -I.. -I$(srcdir)/..
3
4 lib_LTLIBRARIES = liblscp.la
5
6 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
12 endif
13
14 noinst_HEADERS = common.h

  ViewVC Help
Powered by ViewVC