diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2014-06-05 07:38:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2014-06-05 07:38:27 +0000 |
commit | 27c9fd47a9a3447bebefd4e999ba0600a22c203c (patch) | |
tree | 6b00207f86d9ba6b2fab37277916c76fa67b087f /src | |
parent | e06c0ce230481a399b85c1398dbc6d2b741f745c (diff) |
fixed line-continuation
so all single-object-libraries will be built
svn path=/trunk/externals/zexy/; revision=17318
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 918316c..05770f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,7 +45,7 @@ pkglib_LTLIBRARIES+= \ demux.la \ dfreq~.la \ dirac~.la \ - doublepole~.la + doublepole~.la \ drip.la \ unfold.la \ envrms~.la \ |