summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2007-06-17 14:05:50 +0000
committerArthur de Jong <arthur@arthurdejong.org>2007-06-17 14:05:50 +0000
commitac0dd6140162cd31a85dea0213459de237a7d0ab (patch)
tree0a6250653f43be115fa58386c69056d3ec317d36 /Makefile.am
parentd4bd328e87789bf632ae9d0c1affcdda34eae404 (diff)
do proper wildcard expansion
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@293 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 60333cf..05aab4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,11 +33,11 @@ DEBIAN_FILES = debian/changelog debian/compat debian/control \
debian/libnss-ldapd.templates \
debian/libnss-ldapd.postinst \
debian/libnss-ldapd.postrm \
- debian/po/*.po debian/po/templates.pot \
+ $(wildcard debian/po/*.po) debian/po/templates.pot \
debian/po/POTFILES.in
EXTRA_DIST = nss-ldapd.conf nslcd.h nslcd-common.h \
- m4/*.m4 HACKING $(DEBIAN_FILES)
+ $(wildcard m4/*.m4) HACKING $(DEBIAN_FILES)
ACLOCAL_AMFLAGS = -I config -I m4