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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations) (download)
Mon Apr 26 16:16:15 2004 UTC (19 years, 11 months ago) by capela
File size: 328 byte(s)
Initial alpha release.

1
2 AM_CFLAGS = -Wall -I@top_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 = @top_srcdir@/src/liblscp.la
9
10 example_server_SOURCES = example_server.c server.c parser.c
11 example_server_LDADD = @top_srcdir@/src/liblscp.la

  ViewVC Help
Powered by ViewVC