diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-11-22 16:10:51 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-22 16:10:51 +0100 |
| commit | 616a5604e54055e71ee93209daa30bd4bfdbd849 (patch) | |
| tree | a721a00e846a340f253bc09039bd2b2486fde1cc | |
| parent | d377238f3a8ab1cf6275ae17cd915ac6f0a724b3 (diff) | |
| download | enigma2-616a5604e54055e71ee93209daa30bd4bfdbd849.tar.gz enigma2-616a5604e54055e71ee93209daa30bd4bfdbd849.zip | |
main/Makefile.am: add missing backslash
| -rw-r--r-- | main/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Makefile.am b/main/Makefile.am index 78fcc6cd..e46eda2a 100644 --- a/main/Makefile.am +++ b/main/Makefile.am @@ -16,7 +16,7 @@ enigma2_SOURCES = \ xmlgenerator.cpp \ xmlgenerator.h \ version_info.cpp \ - version_info.h + version_info.h \ version.h EXTRA_DIST = \ |
