summaryrefslogtreecommitdiff
path: root/src/lib/util/python/Makefile.am
AgeCommit message (Collapse)Author
2017-10-20[5266] Added generated files from *.in to distcleanFrancis Dupont
2014-06-03[3413] Several build steps no longer require python3Tomek Mrugalski
- *.spec files in src/lib/dns/tests/testsdata are now included in dist - src/lib/util/pyunittests is removed - src/lib/util/python trimmed down a lot - fix for missing dhcp6_shutdown_test.sh in src/bin/dhcp6 - many python macros in configure.ac removed (more of them to be removed in Makefiles)
2013-06-07[2853] Add the doxygen2pydoc.py toolJINMEI Tatuya
2013-02-11[1924] Add the generator scripts to EXTRA_DISTMichal 'vorner' Vaner
One would think it would pack them automatically if they are in noinst_SCRIPTS. But it doesn't seem to work, so marking them explicitly.
2013-02-11[1924] Move the common_defs to the cc directoryMichal 'vorner' Vaner
Currently, it contains only the definitions related to CC. If we have other definitions for other purposes, we may create further definition files. Also, rename it to proto_defs, since all is protocol constants. Move the generator scripts to better place. There should be no difference in functionality.
2011-08-08[904] missing Makefile.amJINMEI Tatuya