diff options
author | Timothy Pearson <[email protected]> | 2013-01-29 23:19:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-29 23:19:30 -0600 |
commit | 92958c9e202b074a9fcbaa6dff5317691cf7527b (patch) | |
tree | bf55e82497757397da782c384727b0c1b620b24f /src/imageutils | |
parent | 50ab1dbb3e8ba201cf42caccb000d0e5887eda3a (diff) | |
download | gwenview-92958c9e202b074a9fcbaa6dff5317691cf7527b.tar.gz gwenview-92958c9e202b074a9fcbaa6dff5317691cf7527b.zip |
Rename a few build variables for overall consistency
Diffstat (limited to 'src/imageutils')
-rw-r--r-- | src/imageutils/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imageutils/Makefile.am b/src/imageutils/Makefile.am index 9fba7c9..6f2e08f 100644 --- a/src/imageutils/Makefile.am +++ b/src/imageutils/Makefile.am @@ -32,5 +32,5 @@ METASOURCES = AUTO check_PROGRAMS = testjpegcontent testjpegcontent_SOURCES = testjpegcontent.cpp -testjpegcontent_LDADD = $(LIB_KFILE) libgvimageutils.la +testjpegcontent_LDADD = $(LIB_TDEFILE) libgvimageutils.la testjpegcontent_LDFLAGS = $(all_libraries) |