You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/twin/kompmgr/Makefile.am

7 lines
190 B

bin_PROGRAMS = kompmgr
kompmgr_SOURCES = kompmgr.c
kompmgr_LDADD = $(X_LDFLAGS) $(X_RPATH) -lXcomposite -lXdamage -lXfixes $(LIB_XRENDER) $(LIB_X11) -lXext -lm
INCLUDES = $(all_includes)