/[svn]/liblscp/tags/liblscp_0_2_6/examples/Makefile.am
ViewVC logotype

Contents of /liblscp/tags/liblscp_0_2_6/examples/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 416 - (show annotations) (download)
Tue Mar 1 21:55:35 2005 UTC (19 years, 2 months ago) by (unknown author)
File size: 328 byte(s)
This commit was manufactured by cvs2svn to create tag 'liblscp_0_2_6'.
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