From 9e7b5817f97f51696d6f17a77c4a4ed82114a113 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 1 Sep 2003 07:07:04 +0000 Subject: [lcd4linux @ 2003-09-01 07:07:03 by reinelt] shared liblcd4linux --- Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 754532b..fcfa532 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = gnu CLEANFILES = *~ bin_PROGRAMS = lcd4linux -noinst_LIBRARIES = liblcd4linux.a +lib_LTLIBRARIES = liblcd4linux.la AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall @@ -12,9 +12,6 @@ lcd4linux_LDFLAGS = $(X_LIBS) lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ lcd4linux_DEPENDENCIES = @DRIVERS@ -liblcd4linux_a_LIBADD = @DRIVERS@ -liblcd4linux_a_DEPENDENCIES = @DRIVERS@ - lcd4linux_SOURCES = \ lcd4linux.c \ debug.c debug.h \ @@ -57,7 +54,9 @@ Skeleton.c \ XWindow.c \ Text.c -liblcd4linux_a_SOURCES = \ +liblcd4linux_la_LDFLAGS = -version-info 9:11:9 + +liblcd4linux_la_SOURCES = \ display.c display.h \ debug.c debug.h \ cfg.c cfg.h \ @@ -67,7 +66,8 @@ bar.c bar.h \ icon.c icon.h \ fontmap.c fontmap.h \ parport.c parport.h \ -udelay.c udelay.h +udelay.c udelay.h \ +@DRIVERS@ EXTRA_DIST = \ lcd4linux.conf.sample \ -- cgit v1.2.3