diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 07:38:32 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 07:38:32 +0000 |
commit | a470f3e5f229571b42a49aa537b437e473f979e8 (patch) | |
tree | df3672a484da4f11aae0ffdbc274827592f8b511 /configure.in.in | |
download | libkdcraw-a470f3e5f229571b42a49aa537b437e473f979e8.tar.gz libkdcraw-a470f3e5f229571b42a49aa537b437e473f979e8.zip |
Added abandoned KDE3 version of libkdcraw
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076409 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in new file mode 100644 index 0000000..f0179ae --- /dev/null +++ b/configure.in.in @@ -0,0 +1,7 @@ +#MIN_CONFIG(3.2) +CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" + +KDE_ENABLE_HIDDEN_VISIBILITY + +KDE_INIT_DOXYGEN([KEG Libraries API Reference], [Version $VERSION]) + |