diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:53:35 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-26 15:53:35 -0500 |
commit | f266fb5f2f9e5521c55155db0f0e350bdc900635 (patch) | |
tree | 0813aa99db3c652280e701a62fdee2cd0a4052e3 /configure.in.in | |
parent | 001fa24363bf5761d76794f28844c5d3fdccec64 (diff) | |
download | tde-style-lipstik-f266fb5f2f9e5521c55155db0f0e350bdc900635.tar.gz tde-style-lipstik-f266fb5f2f9e5521c55155db0f0e350bdc900635.zip |
Add automake support for --enable-gcc-hidden-visibility.
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in.in b/configure.in.in index f950a02..313919a 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,3 +1,4 @@ #MIN_CONFIG(3) +KDE_ENABLE_HIDDEN_VISIBILITY AM_INIT_AUTOMAKE(lipstik, 0.1) |