]> git.ipfire.org Git - oddments/ddns.git/commit - .gitignore
Migrate to autotools.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Jun 2014 12:06:28 +0000 (14:06 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 9 Jun 2014 12:06:28 +0000 (14:06 +0200)
commitdc11f1ea84d1f1200ea2442cb3010254841ca115
treed1dc64bf176430f2c4c5b74a9a66f9badf2d443e
parent2de06f59af10a7c76145fbb7bfb02ec3ef432d35
Migrate to autotools.
15 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
ddns [moved from ddns.py with 100% similarity]
m4/.gitignore [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
src/ddns/__init__.py [moved from ddns/__init__.py with 100% similarity]
src/ddns/__version__.py.in [new file with mode: 0644]
src/ddns/errors.py [moved from ddns/errors.py with 100% similarity]
src/ddns/i18n.py [moved from ddns/i18n.py with 100% similarity]
src/ddns/providers.py [moved from ddns/providers.py with 100% similarity]
src/ddns/system.py [moved from ddns/system.py with 100% similarity]