diff options
author | Darrell Anderson <[email protected]> | 2013-12-23 15:41:58 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-12-23 15:41:58 -0600 |
commit | d32fe2e22a3424f8393a1c3ca788f6d00707919d (patch) | |
tree | b5d5d53d61cffe15b1a718b118ac5c42a5b09fe1 | |
parent | 5757dffc44a60627df23e2ffb2f74b317f6c99cb (diff) | |
download | kbarcode-d32fe2e22a3424f8393a1c3ca788f6d00707919d.tar.gz kbarcode-d32fe2e22a3424f8393a1c3ca788f6d00707919d.zip |
Fix unknown icon type configuration warning.
This resolve bug report 947.
-rw-r--r-- | kbarcode/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kbarcode/Makefile.am b/kbarcode/Makefile.am index 81e8894..58aae3b 100644 --- a/kbarcode/Makefile.am +++ b/kbarcode/Makefile.am @@ -8,7 +8,7 @@ INCLUDES = -I$(top_srcdir)/src $(all_includes) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO -KDE_ICON = AUTO +KDE_ICON = kbarcode messages: rc.cpp $(XGETTEXT) *.cpp -o $(podir)/kdedcoptest.pot |