kwin/kompmgr/Makefile.am

7 lines
173 B
Text
Raw Normal View History

bin_PROGRAMS = kompmgr
kompmgr_SOURCES = kompmgr.c
kompmgr_LDADD = -L/usr/X11R6/lib -lXcomposite -lXdamage -lXfixes -lXrender -lX11 -lXext -lm
INCLUDES = $(all_includes)