7 lines
116 B
Makefile
7 lines
116 B
Makefile
bin_PROGRAMS = xcompmgr
|
|
man_MANS = xcompmgr.man
|
|
|
|
xcompmgr_LDADD = @XCOMPMGR_LIBS@ -lm
|
|
|
|
INCLUDES = @XCOMPMGR_CFLAGS@
|