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

« back to all changes in this revision

Viewing changes to bin/afppasswd/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 bin/afppasswd/
 
2
 
 
3
pkgconfdir = @PKGCONFDIR@
 
4
 
 
5
if USE_DHX
 
6
bin_PROGRAMS = afppasswd
 
7
else
 
8
bin_PROGRAMS =
 
9
endif
 
10
 
 
11
afppasswd_SOURCES = afppasswd.c
 
12
afppasswd_LDADD = $(top_builddir)/libatalk/libatalk.la @SSL_LIBS@
 
13
 
 
14
INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/sys @SSL_CFLAGS@ \
 
15
        -D_PATH_AFPDPWFILE=\"$(pkgconfdir)/afppasswd\"
 
16
 
 
17
install-exec-hook:
 
18
if USE_DHX
 
19
        chmod u+s $(DESTDIR)$(bindir)/afppasswd
 
20
endif