replaced static linker paths, libraries with variables
svn path=/trunk/kdebase/kwin/; revision=379503
This commit is contained in:
parent
7f8505d6f0
commit
6588161028
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
bin_PROGRAMS = kompmgr
|
||||
|
||||
kompmgr_SOURCES = kompmgr.c
|
||||
kompmgr_LDADD = -L/usr/X11R6/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXext -lm
|
||||
kompmgr_LDADD = $(X_RPATH) -lXcomposite -lXdamage -lXfixes $(LIB_XRENDER) $(LIB_X11) -lXext -lm
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
|
Loading…
Reference in a new issue