Skip to content

Commit

Permalink
Use --disable-static as the default configure option
Browse files Browse the repository at this point in the history
  • Loading branch information
madmurphy committed Oct 20, 2020
1 parent 4daee8d commit 4f1012e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Change Log
==========


## 0.1.2

Changes:

* Use `--disable-static` as the default `configure` option


## 0.1.1

Changes:
Expand Down
12 changes: 10 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,22 @@ you have to do now is to commit your changes.
For any issue, [drop me a message][1].


NExtGen
-------

This extension has been created using [NExtGen][2] Nautilus extension
generator.


Free software
-------------

This extension is free software. You can redistribute it and/or modify it under
the terms of the GPL license version 3 or any later version. See [COPYING][2]
the terms of the GPL license version 3 or any later version. See [COPYING][3]
for details.


[1]: https://github.com/madmurphy/nautilus-launch/issues
[2]: COPYING
[2]: https://gitlab.gnome.org/madmurphy/nextgen
[3]: COPYING

4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl ***************************************************************************
AC_PREREQ([2.69])

AC_INIT([Nautilus Launch],
[0.1.1],
[0.1.2],
[madmurphy333@gmail.com],
[nautilus-launch],
[https://github.com/madmurphy/nautilus-launch])
Expand Down Expand Up @@ -62,7 +62,7 @@ dnl ***************************************************************************

AC_SUBST([NAUTILUS_EXTENSION_DIR], [$($PKG_CONFIG --variable=extensiondir libnautilus-extension)])

LT_INIT
LT_INIT([disable-static])

AC_OUTPUT

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nautilus Launch",
"version": "0.1.1",
"version": "0.1.2",
"description": "A simple Nautilus extension that allows to run executables and launchers via right-click menu",
"homepage": "https://github.com/madmurphy/nautilus-launch",
"author": "madmurphy",
Expand Down

0 comments on commit 4f1012e

Please sign in to comment.