Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion libguile-ssh/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
## You should have received a copy of the GNU General Public License
## along with Guile-SSH. If not, see <http://www.gnu.org/licenses/>.

lib_LTLIBRARIES = libguile-ssh.la
guileextensiondir = $(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions

guileextension_LTLIBRARIES = libguile-ssh.la

libguile_ssh_la_SOURCES = \
auth.c \
Expand Down