Skip to content
Snippets Groups Projects
Commit 8a479606 authored by Martin Alkämper's avatar Martin Alkämper Committed by Christoph Grüninger
Browse files

Fix a typo in am2cmake.py

parent f7a1381d
No related branches found
No related tags found
No related merge requests found
......@@ -562,7 +562,7 @@ def am_2_cmake_dir(directory):
'add_doxygen_target()']))
output.close()
# Add directives to create CMake packe configuration files with autotools
output=open("Makefile.am'", "a")
output=open("Makefile.am", "a")
output.write('\n'.join(['', '# Generate package configuration files for finding',
'# installed modules with CMake',
'include $(top_srcdir)/am/cmake-pkg-config\n']))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment