diff options
Diffstat (limited to 'twin/kompmgr/Makefile.am')
-rw-r--r-- | twin/kompmgr/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/twin/kompmgr/Makefile.am b/twin/kompmgr/Makefile.am new file mode 100644 index 000000000..6cc8ce434 --- /dev/null +++ b/twin/kompmgr/Makefile.am @@ -0,0 +1,6 @@ +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) |