~ubuntu-branches/ubuntu/utopic/lasso/utopic-proposed

« back to all changes in this revision

Viewing changes to lasso/environs/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2004-09-13 09:26:34 UTC
  • Revision ID: james.westby@ubuntu.com-20040913092634-01vdfl8j9cp94exa
Tags: upstream-0.4.1
ImportĀ upstreamĀ versionĀ 0.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = 
 
2
 
 
3
liblassoincludedir = $(includedir)/lasso/environs
 
4
 
 
5
INCLUDES = \
 
6
        -I$(top_srcdir) \
 
7
        -I$(top_srcdir)/lasso \
 
8
        $(LASSO_DEFINES) \
 
9
        $(LASSO_CFLAGS) \
 
10
        -DG_LOG_DOMAIN=\"lasso\"
 
11
 
 
12
noinst_LTLIBRARIES = liblasso-environs.la
 
13
 
 
14
liblasso_environs_la_SOURCES = \
 
15
        defederation.c \
 
16
        identity.c \
 
17
        lecp.c \
 
18
        login.c \
 
19
        logout.c \
 
20
        name_identifier_mapping.c \
 
21
        name_registration.c \
 
22
        profile.c \
 
23
        server.c \
 
24
        session.c
 
25
 
 
26
liblassoinclude_HEADERS = \
 
27
        defederation.h \
 
28
        identity.h \
 
29
        lecp.h \
 
30
        login.h \
 
31
        logout.h \
 
32
        name_identifier_mapping.h \
 
33
        name_registration.h \
 
34
        profile.h \
 
35
        server.h \
 
36
        session.h