2010-09-06 20:25:42 +00:00
|
|
|
--- a/Makefile.am
|
|
|
|
+++ b/Makefile.am
|
2007-01-10 22:42:31 +00:00
|
|
|
@@ -5,9 +5,9 @@
|
|
|
|
AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
|
|
|
|
|
|
|
|
if STATIC_MODULES
|
|
|
|
-SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
|
|
|
|
+SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
|
|
|
|
else
|
|
|
|
-SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
|
|
|
|
+SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
|
|
|
|
endif
|
|
|
|
|
|
|
|
CLEANFILES = *~
|
2010-09-06 20:25:42 +00:00
|
|
|
--- a/Makefile.in
|
|
|
|
+++ b/Makefile.in
|
|
|
|
@@ -74,7 +74,7 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
|
|
|
|
distclean-recursive maintainer-clean-recursive
|
2007-01-10 22:42:31 +00:00
|
|
|
ETAGS = etags
|
|
|
|
CTAGS = ctags
|
|
|
|
-DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc \
|
|
|
|
+DIST_SUBDIRS = libpam tests libpamc libpam_misc modules po conf \
|
|
|
|
examples xtests
|
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
distdir = $(PACKAGE)-$(VERSION)
|
2010-12-07 14:49:19 +00:00
|
|
|
@@ -253,8 +253,8 @@ top_build_prefix = @top_build_prefix@
|
2010-09-06 20:25:42 +00:00
|
|
|
top_builddir = @top_builddir@
|
|
|
|
top_srcdir = @top_srcdir@
|
2007-01-10 22:42:31 +00:00
|
|
|
AUTOMAKE_OPTIONS = 1.9 gnu dist-bzip2 check-news
|
|
|
|
-@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf doc examples xtests
|
|
|
|
-@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf doc examples xtests
|
|
|
|
+@STATIC_MODULES_FALSE@SUBDIRS = libpam tests libpamc libpam_misc modules po conf examples xtests
|
|
|
|
+@STATIC_MODULES_TRUE@SUBDIRS = modules libpam libpamc libpam_misc tests po conf examples xtests
|
|
|
|
CLEANFILES = *~
|
2010-09-06 20:25:42 +00:00
|
|
|
M4_FILES = m4/gettext.m4 m4/iconv.m4 m4/intlmacosx.m4 \
|
|
|
|
m4/japhar_grep_cflags.m4 m4/jh_path_xml_catalog.m4 \
|