diff options
| author | msheby <msheby@cinecert.com> | 2009-03-02 19:30:35 +0000 |
|---|---|---|
| committer | msheby <> | 2009-03-02 19:30:35 +0000 |
| commit | e0ad58e59699e0fa62864cd805e9e2c9fc393aa9 (patch) | |
| tree | 932953453f79ff0e5a8c280b294fe82d70549a79 /src | |
| parent | 3cb2cbf0650cbd649dd7a504524897feb1e8b83f (diff) | |
Update version string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ebf93c1..81089c0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,7 @@ libpyasdcp_la_LDFLAGS = @PYTHON_LSPEC@ libpyasdcp_la_LIBADD = libkumu.la libasdcp.la pyexecdir = @PYTHON_EXECDIR@ pyexec_includedir = $(PYTHON_PREFIX)/include/python$(PYTHON_SHORTVERSION) -pyexec_include_HEADERS = kumu_python.h asdcp_python.h +nodist_pyexec_include_HEADERS = kumu_python.h asdcp_python.h pyexec_LTLIBRARIES = kumu.la asdcp.la nodist_kumu_la_SOURCES = pykumu.cpp kumu_python.h kumu_la_CPPFLAGS = @PYTHON_CPPFLAGS@ @@ -141,7 +141,7 @@ TESTS_ENVIRONMENT = BUILD_DIR="." TEST_FILES=../tests TEST_FILE_PREFIX=DCPd1-M1 EXTRA_DIST = fips-186-test-harness.pl $(TESTS) if PYTHON_USE if !FREEDIST -EXTRA_DIST += $(nodist_libpyasdcp_la_SOURCES) $(nodist_kumu_la_SOURCES) $(nodist_asdcp_la_SOURCES) +EXTRA_DIST += $(nodist_pyexec_include_HEADERS) $(nodist_libpyasdcp_la_SOURCES) $(nodist_kumu_la_SOURCES) $(nodist_asdcp_la_SOURCES) endif endif |
