summaryrefslogtreecommitdiff
path: root/rMD-exp/src
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-29 21:52:39 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2006-10-29 21:52:39 +0000
commit458b0756afae2b19b1083d76109d74f208943a26 (patch)
tree611c4759e311897776628bd8988d77977758ef09 /rMD-exp/src
parentbcb46b0878f49e00287084f4d5b0189281db73b9 (diff)
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
Diffstat (limited to 'rMD-exp/src')
-rw-r--r--rMD-exp/src/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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
© All Rights Reserved