diff options
author | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-05 21:46:22 -0500 |
commit | 898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch) | |
tree | aedc02ad7983269381be9fc3ecf399321aabecea /configure.in.in | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index 666fd760..ecd871ca 100644 --- a/configure.in.in +++ b/configure.in.in @@ -7,8 +7,8 @@ CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" KDE_INIT_DOXYGEN([KDE Games API Reference], [Version $VERSION]) # Allow for stand-alone releases of applications with cvs2pack -if test -d $srcdir/libkdegames ; then - AC_SUBST(LIB_KDEGAMES, "\$(top_builddir)/libkdegames/libkdegames.la") +if test -d $srcdir/libtdegames ; then + AC_SUBST(LIB_KDEGAMES, "\$(top_builddir)/libtdegames/libtdegames.la") AC_SUBST(LIB_KDEGAMES_DEP, '$(LIB_KDEGAMES)') else AC_SUBST(LIB_KDEGAMES, "-lkdegames") |