From 854e71168960439ed10d6ac057725dbe42f95929 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 3 May 2005 11:13:24 +0000 Subject: [lcd4linux @ 2005-05-03 11:13:23 by reinelt] rearranged autoconf a bit, libX11 will be linked only if really needed (i.e. when the X11 driver has been selected) plugin_python filled with life git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@537 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7caf41e..d98a71f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,9 +7,9 @@ PLUGINS=@PLUGINS@ bin_PROGRAMS = lcd4linux -AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall -W +AM_CFLAGS = -D_GNU_SOURCE -Wall -W -lcd4linux_LDFLAGS = $(X_LIBS) +lcd4linux_LDFLAGS = lcd4linux_LDADD = @DRIVERS@ @PLUGINS@ @DRVLIBS@ @PLUGINLIBS@ lcd4linux_DEPENDENCIES = @DRIVERS@ @PLUGINS@ -- cgit v1.2.3