diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-19 23:14:09 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-19 23:14:09 -0600 |
commit | 0a8ecfb93b699a519ad9af9e548279d50c50093b (patch) | |
tree | 3ba36b24120e99034b6efc520d3ee00cc113e308 /twin/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/Makefile.am')
-rw-r--r-- | twin/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/twin/Makefile.am b/twin/Makefile.am index 02e560d30..1e93a84a4 100644 --- a/twin/Makefile.am +++ b/twin/Makefile.am @@ -1,10 +1,6 @@ INCLUDES = -I$(srcdir)/lib $(all_includes) -if include_kompmgr -KOMPMGR=kompmgr -endif - -SUBDIRS = lib . killer kcmtwin pics clients oldheaders data $(KOMPMGR) +SUBDIRS = lib . killer kcmtwin pics clients oldheaders data bin_PROGRAMS = lib_LTLIBRARIES = |