diff options
author | Ankit Vani <a@nevitus.org> | 2014-04-19 20:05:35 +0530 |
---|---|---|
committer | Ankit Vani <a@nevitus.org> | 2014-04-19 20:05:35 +0530 |
commit | 2c7441897ffd8007174da2969ecf0cd26157b7b7 (patch) | |
tree | ee4090f711b33d12ba49bd6ad6917631091bf6a4 /pidgin/plugins/gestures | |
parent | 6791347c7452b79f93bb0057a218730f41356f74 (diff) | |
parent | 8ac8f7df49252519904f910294da328dfc5046d7 (diff) | |
download | pidgin-2c7441897ffd8007174da2969ecf0cd26157b7b7.tar.gz |
Merged default branch
Diffstat (limited to 'pidgin/plugins/gestures')
-rw-r--r-- | pidgin/plugins/gestures/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/plugins/gestures/Makefile.am b/pidgin/plugins/gestures/Makefile.am index 242fa318fd..94e4b61a6e 100644 --- a/pidgin/plugins/gestures/Makefile.am +++ b/pidgin/plugins/gestures/Makefile.am @@ -1,6 +1,6 @@ plugindir = $(libdir)/pidgin -gestures_la_LDFLAGS = -module -avoid-version +gestures_la_LDFLAGS = -module @PLUGIN_LDFLAGS@ if PLUGINS @@ -13,7 +13,7 @@ gestures_la_SOURCES = \ stroke.c \ stroke-draw.c -gestures_la_LIBADD = $(GTK_LIBS) +gestures_la_LIBADD = @PIDGIN_LIBS@ endif |