~ubuntu-branches/ubuntu/breezy/orbit2/breezy

« back to all changes in this revision

Viewing changes to linc2/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 16:37:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906163702-hrqi0ctymth53bnn
Tags: 1:2.12.4-0ubuntu1
* New upstream version.
* debian/patches/100-compile-name-server.patch:
  - updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LTLIBRARIES=liblinc.la
 
2
#lib_LTLIBRARIES=liblinc.la
 
3
 
 
4
if OS_WIN32
 
5
else
 
6
bin_PROGRAMS = linc-cleanup-sockets
 
7
endif
 
8
 
 
9
#       -I$(top_builddir)/include  
 
10
#       -I$(top_srcdir)/include    
 
11
INCLUDES =                         \
 
12
        -I$(top_builddir)/linc2/include  \
 
13
        -I$(top_srcdir)/linc2/include    \
 
14
        $(LINC_CFLAGS)             \
 
15
        $(SSL_CFLAGS)              \
 
16
        $(WARN_CFLAGS)             \
 
17
        -DG_DISABLE_DEPRECATED     \
 
18
        -D_GNU_SOURCE
 
19
 
 
20
liblinc_la_SOURCES =            \
 
21
        linc.c                  \
 
22
        linc-connection.c       \
 
23
        linc-debug.h            \
 
24
        linc-compat.h           \
 
25
        linc-compat.c           \
 
26
        linc-private.h          \
 
27
        linc-protocols.c        \
 
28
        linc-server.c           \
 
29
        linc-source.c
 
30
 
 
31
liblinc_la_LDFLAGS =                 \
 
32
        $(LINC_LIBS)                 \
 
33
        $(SSL_LIBS)                  \
 
34
        -version-info $(LT_VERSION)  \
 
35
        -no-undefined
 
36
 
 
37
linc_cleanup_sockets_SOURCES = \
 
38
        cleanup.c
 
39
 
 
40
linc_cleanup_sockets_LDFLAGS = \
 
41
        $(LINC_LIBS)
 
 
b'\\ No newline at end of file'