summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-10-23 18:22:38 +0200
committerGravatar waker <wakeroid@gmail.com>2010-10-23 18:22:38 +0200
commitaa7aaa4c2be4a27d858b582c338ba14a2aa72732 (patch)
treea2d63778b34c46a3208a30e8d95dfc01a586544b /plugins/shellexec
parent47f411b6964dc2f0af7d0f35ac0016204f1d9e96 (diff)
portable build WIP
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexec/Makefile.am b/plugins/shellexec/Makefile.am
index 65d6a5b8..212f6a0b 100644
--- a/plugins/shellexec/Makefile.am
+++ b/plugins/shellexec/Makefile.am
@@ -4,6 +4,6 @@ pkglib_LTLIBRARIES = shellexec.la
shellexec_la_SOURCES = shellexec.c
shellexec_la_LDFLAGS = -module
-shellexec_la_LIBADD = $(LDADD) $(HOTKEYS_LIBS)
+shellexec_la_LIBADD = $(LDADD)
AM_CFLAGS = $(CFLAGS) -std=c99
endif