Browse Source

[master] removed incorrect line continuation.

accidentally introduced in the previous merge, and it broke 'make install'.
JINMEI Tatuya 13 years ago
parent
commit
32b494b4f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/server_common/Makefile.am

+ 1 - 1
src/lib/python/isc/server_common/Makefile.am

@@ -1,6 +1,6 @@
 SUBDIRS = tests
 
-python_PYTHON = __init__.py tsig_keyring.py auth_command.py dns_tcp.py \
+python_PYTHON = __init__.py tsig_keyring.py auth_command.py dns_tcp.py
 python_PYTHON += logger.py
 
 pythondir = $(pyexecdir)/isc/server_common