summaryrefslogtreecommitdiff
path: root/tools/llee/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llee/Makefile.am')
-rw-r--r--tools/llee/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/llee/Makefile.am b/tools/llee/Makefile.am
index 36700ff50d..d085c87c36 100644
--- a/tools/llee/Makefile.am
+++ b/tools/llee/Makefile.am
@@ -7,11 +7,11 @@
#
#===------------------------------------------------------------------------===#
-include $(top_srcdir)/Makefile.rules.am
+include $(top_srcdir)/Makefile_config
-lib_LIBRARIES = libexecve.a
+lib_LTLIBRARIES = libexecve.la
-libexecve_a_SOURCES = ExecveHandler.c StorageProxy.c SysUtils.c
+libexecve_la_SOURCES = ExecveHandler.c StorageProxy.c SysUtils.c
all: llee