From 458b0756afae2b19b1083d76109d74f208943a26 Mon Sep 17 00:00:00 2001 From: iovar Date: Sun, 29 Oct 2006 21:52:39 +0000 Subject: moved some stuff around, so that missing X_PRE_LIBS doesn't make all other libraries fail. libICE and libSM checks were added. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@128 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- rMD-exp/src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rMD-exp/src') diff --git a/rMD-exp/src/Makefile.am b/rMD-exp/src/Makefile.am index 7bc3e1b..e510350 100644 --- a/rMD-exp/src/Makefile.am +++ b/rMD-exp/src/Makefile.am @@ -25,7 +25,7 @@ recordmydesktop_SOURCES= recordmydesktop.c\ rmd_cache.c\ load_cache.c -INCLUDES= $(all_includes) -I../include -I$x_includes - -recordmydesktop_LDFLAGS = -D_THREAD_SAFE -pthread -Wall +INCLUDES= $(all_includes) -I../include +recordmydesktop_LDFLAGS = @X_LIBS@ @X_EXTRA_LIBS@ @X_PRE_LIBS@ +recordmydesktop_CFLAGS = -D_THREAD_SAFE -pthread -Wall -- cgit v1.2.1