diff options
Diffstat (limited to 'src/libs/txt')
-rw-r--r-- | src/libs/txt/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/txt/Makefile.am b/src/libs/txt/Makefile.am index 88aa79b..0d0db46 100644 --- a/src/libs/txt/Makefile.am +++ b/src/libs/txt/Makefile.am @@ -1,3 +1,3 @@ -noinst_LIBRARIES = libtxt.a -libtxt_a_SOURCES = txt.c txt.h -libtxt_a_CPPFLAGS = -I@top_srcdir@/src -I@top_srcdir@/src/libs +noinst_LTLIBRARIES = libtxt.la +libtxt_la_SOURCES = txt.c txt.h +libtxt_la_CPPFLAGS = -I@top_srcdir@/src -I@top_srcdir@/src/libs |