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

Contents of /liblscp/trunk/examples/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: 313 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 noinst_PROGRAMS = example_server example_client
5 noinst_HEADERS = server.h parser.h
6
7 example_client_SOURCES = example_client.c
8 example_client_LDADD = ../src/liblscp.la
9
10 example_server_SOURCES = example_server.c server.c parser.c
11 example_server_LDADD = ../src/liblscp.la

  ViewVC Help
Powered by ViewVC