include packages/mac and all related files
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20379 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,7 +7,7 @@ kcm_dir = kcm
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS= include lib kuser kdc admin kadmin kpasswd
|
SUBDIRS= include lib kuser kdc admin kadmin kpasswd
|
||||||
SUBDIRS+= $(kcm_dir) appl doc tools tests
|
SUBDIRS+= $(kcm_dir) appl doc tools tests packages
|
||||||
|
|
||||||
## ACLOCAL = @ACLOCAL@ -I cf
|
## ACLOCAL = @ACLOCAL@ -I cf
|
||||||
ACLOCAL_AMFLAGS = -I cf
|
ACLOCAL_AMFLAGS = -I cf
|
||||||
|
@@ -583,6 +583,8 @@ AC_CONFIG_FILES(Makefile \
|
|||||||
tests/ldap/Makefile \
|
tests/ldap/Makefile \
|
||||||
tests/gss/Makefile \
|
tests/gss/Makefile \
|
||||||
tests/plugin/Makefile \
|
tests/plugin/Makefile \
|
||||||
|
packages/Makefile \
|
||||||
|
packages/mac/Makefile \
|
||||||
doc/Makefile \
|
doc/Makefile \
|
||||||
tools/Makefile \
|
tools/Makefile \
|
||||||
)
|
)
|
||||||
|
6
packages/Makefile.am
Normal file
6
packages/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
|
SUBDIRS= mac
|
||||||
|
|
9
packages/mac/Makefile.am
Normal file
9
packages/mac/Makefile.am
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
Info.plist.in \
|
||||||
|
mac.sh \
|
||||||
|
Resources/Description.plist \
|
||||||
|
Resources/English.lproj/Welcome.rtf
|
Reference in New Issue
Block a user