diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-03-04 10:53:27 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-03-04 10:53:27 +0000 |
| commit | eb9a2d93a951cfcf367d9e0ec8481b9e71b0d3d9 (patch) | |
| tree | 99f20e9c4f6e7ac0e65a4e3df294255ab5ca9717 /Makefile.am | |
| parent | f36842c853f3c0758fd913ba82bb04a741f1fce5 (diff) | |
updated autotools files to improve build and install procedures (credit to Vincent Torri)
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dc3f81d6..422f235b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + SUBDIRS = libjp3dvm codec + +EXTRA_DIST = \ +CMakeLists.txt |
