summaryrefslogtreecommitdiff
path: root/src/lib-popt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-popt/Makefile.am')
-rw-r--r--src/lib-popt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib-popt/Makefile.am b/src/lib-popt/Makefile.am
index 04f9145c..928e5c0b 100644
--- a/src/lib-popt/Makefile.am
+++ b/src/lib-popt/Makefile.am
@@ -1,10 +1,10 @@
-noinst_LTLIBRARIES = libpopt.la
+noinst_LIBRARIES = libpopt.a
INCLUDES = \
$(GLIB_CFLAGS) \
-I$(top_srcdir)/src
-libpopt_la_SOURCES = \
+libpopt_a_SOURCES = \
findme.c popt.c poptconfig.c popthelp.c poptparse.c
noinst_HEADERS = \