Skip to content

Commit

Permalink
Fixing make install
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsouza committed Jan 5, 2017
1 parent c9353d9 commit de378a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,12 @@ clean-local:
maintainer-clean-local:
rm -rf autom4te.cache

install-exec-local:
mkdir -p $(DESTDIR)$(libdir)/$(PACKAGE)
$(INSTALL_SCRIPT) -t $(DESTDIR)$(libdir)/$(PACKAGE)/ $(LIBFILES)

uninstall-local:
rm -rf $(DESTDIR)$(libdir)/$(PACKAGE)

MAINTAINERCLEANFILES = Makefile.in \
install-sh \
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([accord], [3.3])
AC_INIT([accord], m4_esyscmd([tr -d '\n' < Version.txt]))
AM_INIT_AUTOMAKE([tar-ustar foreign])

AC_PROG_INSTALL
Expand Down Expand Up @@ -43,4 +43,4 @@ ${PACKAGE}-${VERSION}
Mono Runtime: ${MONO}
Installation Directory: ${prefix}/lib/${PACKAGE}/

EOF
EOF

0 comments on commit de378a9

Please sign in to comment.