diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-29 23:33:14 -0600 |
commit | 1316e3e9b4303d41050812134b857e373f9d1a4d (patch) | |
tree | f02d9cf29a8659c6bc477302da36e92812b8b667 /kcharselect | |
parent | 7793eb44ffdc01bfd5098db27c80d96947c1e7ac (diff) | |
download | tdeutils-1316e3e9b4303d41050812134b857e373f9d1a4d.tar.gz tdeutils-1316e3e9b4303d41050812134b857e373f9d1a4d.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'kcharselect')
-rw-r--r-- | kcharselect/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcharselect/Makefile.am b/kcharselect/Makefile.am index 665537d..0046588 100644 --- a/kcharselect/Makefile.am +++ b/kcharselect/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = $(all_includes) -LDADD = $(LIB_KFILE) +LDADD = $(LIB_TDEFILE) bin_PROGRAMS = kcharselect kcharselect_SOURCES = kcharselectdia.cc main.cc |