diff options
author | waker <wakeroid@gmail.com> | 2012-04-28 22:14:52 +0200 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-04-28 22:14:52 +0200 |
commit | 5326abd4b168e94e8fdd281c4059346a5304cc32 (patch) | |
tree | 25c0c1e95a819fc21e617e22788424728f93a56d /plugins | |
parent | e1c47db9e35232893fd5a6ef28e402ec29b446ab (diff) |
shellexec distcheck compile fix
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/shellexec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexec/Makefile.am b/plugins/shellexec/Makefile.am index 212f6a0b..d38a08b7 100644 --- a/plugins/shellexec/Makefile.am +++ b/plugins/shellexec/Makefile.am @@ -1,7 +1,7 @@ if HAVE_SHELLEXEC shxdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = shellexec.la -shellexec_la_SOURCES = shellexec.c +shellexec_la_SOURCES = shellexec.c shellexec.h shellexec_la_LDFLAGS = -module shellexec_la_LIBADD = $(LDADD) |