2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[trac759] Makefile fix

This commit is contained in:
Michal 'vorner' Vaner
2011-06-28 12:09:46 +02:00
parent 92e916b4fe
commit acf0cc6205

View File

@@ -1,6 +1,8 @@
SUBDIRS = . tests
python_PYTHON = __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py cfgmgr_messages.py
python_PYTHON = __init__.py ccsession.py cfgmgr.py config_data.py module_spec.py
nodist_python_PYTHON = cfgmgr_messages.py
pythondir = $(pyexecdir)/isc/config
@@ -14,6 +16,8 @@ CLEANDIRS = __pycache__
EXTRA_DIST = cfgmgr_messages.mes
BUILT_SOURCES = cfgmgr_messages.py
all-local: cfgmgr_messages.py
clean-local: