diff options
author | Darrell Anderson <[email protected]> | 2012-10-26 15:29:57 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-10-26 15:29:57 -0500 |
commit | 73fcafe7f197f338b414b63ca0a4250b63ae4ce5 (patch) | |
tree | d6de44495933ddfd4ffd047e1ec036a1f9f2afd9 | |
parent | 16430f5978420fd0a21ecbea23745b3de0aeff37 (diff) | |
download | kcmautostart-73fcafe7f197f338b414b63ca0a4250b63ae4ce5.tar.gz kcmautostart-73fcafe7f197f338b414b63ca0a4250b63ae4ce5.zip |
Add automake support for --enable-gcc-hidden-visibility.
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index 18b1486..608e46e 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,4 +1,6 @@ #MIN_CONFIG(3.2.0) +KDE_ENABLE_HIDDEN_VISIBILITY +KDE_INIT_DOXYGEN([KDE Utils API Reference], [Version $VERSION]) AM_INIT_AUTOMAKE(autostart, 0.1) AC_C_BIGENDIAN |