~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to libatalk/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.am for libatalk/
 
2
 
 
3
SUBDIRS = adouble asp atp compat cnid dsi nbp netddp util
 
4
 
 
5
lib_LTLIBRARIES = libatalk.la
 
6
 
 
7
LIBATALK_DEPS = \
 
8
        adouble/libadouble.la   \
 
9
        asp/libasp.la           \
 
10
        atp/libatp.la           \
 
11
        compat/libcompat.la     \
 
12
        cnid/libcnid.la \
 
13
        dsi/libdsi.la           \
 
14
        nbp/libnbp.la           \
 
15
        netddp/libnetddp.la     \
 
16
        util/libutil.la
 
17
 
 
18
libatalk_la_SOURCES = dummy.c
 
19
libatalk_la_LIBADD  = ${LIBATALK_DEPS}
 
20
libatalk_la_LDFLAGS = -static
 
21