Revision 18242,
686 bytes
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18241,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | lib_LTLIBRARIES=liblinc.la |
---|
2 | |
---|
3 | bin_PROGRAMS = linc-cleanup-sockets |
---|
4 | |
---|
5 | INCLUDES = \ |
---|
6 | -I$(top_builddir)/include \ |
---|
7 | -I$(top_srcdir)/include \ |
---|
8 | $(LINC_CFLAGS) \ |
---|
9 | $(SSL_CFLAGS) \ |
---|
10 | $(WARN_CFLAGS) \ |
---|
11 | -DG_DISABLE_DEPRECATED \ |
---|
12 | -D_GNU_SOURCE |
---|
13 | |
---|
14 | liblinc_la_SOURCES = \ |
---|
15 | linc.c \ |
---|
16 | linc-connection.c \ |
---|
17 | linc-debug.h \ |
---|
18 | linc-compat.h \ |
---|
19 | linc-private.h \ |
---|
20 | linc-protocols.c \ |
---|
21 | linc-server.c \ |
---|
22 | linc-source.c |
---|
23 | |
---|
24 | liblinc_la_LDFLAGS = \ |
---|
25 | $(LINC_LIBS) \ |
---|
26 | $(SSL_LIBS) \ |
---|
27 | -version-info $(LT_VERSION) |
---|
28 | |
---|
29 | linc_cleanup_sockets_SOURCES = \ |
---|
30 | cleanup.c |
---|
31 | |
---|
32 | linc_cleanup_sockets_LDFLAGS = \ |
---|
33 | $(LINC_LIBS) |
---|
Note: See
TracBrowser
for help on using the repository browser.