source: trunk/third/linc/src/Makefile.am @ 18242

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 
1lib_LTLIBRARIES=liblinc.la
2
3bin_PROGRAMS = linc-cleanup-sockets
4
5INCLUDES =                         \
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
14liblinc_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
24liblinc_la_LDFLAGS =                 \
25        $(LINC_LIBS)                 \
26        $(SSL_LIBS)                  \
27        -version-info $(LT_VERSION)
28
29linc_cleanup_sockets_SOURCES = \
30        cleanup.c
31
32linc_cleanup_sockets_LDFLAGS = \
33        $(LINC_LIBS)
Note: See TracBrowser for help on using the repository browser.