Skip to content

Commit

Permalink
Added Py-ChemShell plugin's Makefile.am for autoconf way of compile; …
Browse files Browse the repository at this point in the history
…verified to work if configured properly
  • Loading branch information
chemsh committed Aug 10, 2019
1 parent 1dd1bc9 commit 520a481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ src/plugins/method_mopac71/Makefile
src/plugins/method_mopac71/mopac7.1/Makefile
src/plugins/tool_springs/Makefile
src/plugins/tool_test/Makefile
src/plugins/tool_chemshell/Makefile
src/sg/Makefile
src/templates/Makefile
)
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/tool_chemshell/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SUFFIXES: .ui .hui .qrc
clean-local:
-rm -f chemshelltool.cpp chemshelltool_icons.cpp ui_*

# SP Rings Tool Plugin
# Py-ChemShell Tool Plugin
chemshelltool_la_SOURCES = chemshelltool_icons.qrc chemshelltooldialog.ui chemshelltooldialog_funcs.cpp chemshelltool_funcs.cpp chemshelltool.hui
chemshelltool_la_LDFLAGS = -module -shared -avoid-version

Expand Down

0 comments on commit 520a481

Please sign in to comment.