diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:00:55 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2009-02-14 21:00:55 +0000 |
commit | 6193b40f1b5370817f5a14006d1839ca56797fba (patch) | |
tree | 9f660fb095854614cd1cae21abab41505a1b7ee8 /common | |
parent | b00dcaf4c787eb6fcf00e45f79f633457656e8c4 (diff) |
+ minor fixes to pdexternal.am
svn path=/trunk/externals/moocow/; revision=10771
Diffstat (limited to 'common')
-rw-r--r-- | common/pdexternal.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/pdexternal.am b/common/pdexternal.am index af27060..0c6b9c8 100644 --- a/common/pdexternal.am +++ b/common/pdexternal.am @@ -19,7 +19,7 @@ ##----------------------------------------------------------------------- ## Additional suffixes -PDEXT = @PDEXT@ +DEXT = @PDEXT@ EXEEXT = .@PDEXT@ ## --- pseudo-deps for '.SUFFIXES' @@ -30,6 +30,7 @@ SUFFIXES = .@PDEXT@ .pod .txt .html ##--- extra distribution files EXTRA_DIST = \ + $(PODS) \ $(PODS:.pod=.txt) \ $(pddoc_DATA) \ $(pdext_DATA) \ |