diff options
author | Timothy Pearson <[email protected]> | 2014-11-19 23:14:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-19 23:14:09 -0600 |
commit | 0a8ecfb93b699a519ad9af9e548279d50c50093b (patch) | |
tree | 3ba36b24120e99034b6efc520d3ee00cc113e308 /twin/kompmgr/Makefile.am | |
parent | 154df4875e51f83f64b4c3f431867de79c1707fb (diff) | |
download | tdebase-0a8ecfb93b699a519ad9af9e548279d50c50093b.tar.gz tdebase-0a8ecfb93b699a519ad9af9e548279d50c50093b.zip |
Fix syntax errors in compton-tde configuration module
Remove obsolete kompmgr
Diffstat (limited to 'twin/kompmgr/Makefile.am')
-rw-r--r-- | twin/kompmgr/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/twin/kompmgr/Makefile.am b/twin/kompmgr/Makefile.am deleted file mode 100644 index 6cc8ce434..000000000 --- a/twin/kompmgr/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -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) |