diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:22:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-28 10:22:20 -0600 |
commit | 609f817af52afd7fc7e83989bc1e63bb99abc160 (patch) | |
tree | 7bf764dbfd87e305f97561aa935031056ef6ec38 /src | |
parent | d76051eb8ca2c8c50f59694d4116ad4d6119f86f (diff) | |
download | kcmautostart-609f817af52afd7fc7e83989bc1e63bb99abc160.tar.gz kcmautostart-609f817af52afd7fc7e83989bc1e63bb99abc160.zip |
Fix up remaining references to -lkio
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb48a2e..75d79e3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = kcm_autostart.la kcm_autostart_la_SOURCES = autostart.cpp -kcm_autostart_la_LIBADD = -lkio $(LIB_TDEUI) +kcm_autostart_la_LIBADD = -ltdeio $(LIB_TDEUI) kcm_autostart_la_LDFLAGS = -avoid-version -module -no-undefined \ $(all_libraries) |