diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:11:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:11:14 -0600 |
commit | 37188484141147588290dee0e8db5216090b3d6d (patch) | |
tree | cca215ec5a38d27454eee26452e5a6b6826f7097 /kdeaccounts-plugin | |
parent | 095b430af3bcde297614ddf5553049d42535fb4c (diff) | |
download | tdesdk-37188484141147588290dee0e8db5216090b3d6d.tar.gz tdesdk-37188484141147588290dee0e8db5216090b3d6d.zip |
Fix build system references to kabc
Diffstat (limited to 'kdeaccounts-plugin')
-rw-r--r-- | kdeaccounts-plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeaccounts-plugin/Makefile.am b/kdeaccounts-plugin/Makefile.am index 9c412ffa..87c1ec2c 100644 --- a/kdeaccounts-plugin/Makefile.am +++ b/kdeaccounts-plugin/Makefile.am @@ -10,7 +10,7 @@ kabcformat_kdeaccounts_la_LIBADD = -lkabc METASOURCES = AUTO messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/kabcformat_kdeaccounts.pot + $(XGETTEXT) *.cpp -o $(podir)/tdeabcformat_kdeaccounts.pot linkdir = $(kde_datadir)/tdeabc/formats link_DATA = kdeaccountsplugin.desktop |