diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-12-03 13:40:30 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-12-03 13:40:30 -0600 |
commit | 2c2b3075b1ec80e552956a1b1dad9ef74365cd97 (patch) | |
tree | 32f5e3dd53512e34fab2ec6000f8d69681d1d2e6 /src | |
parent | 934375e9d7eb12217767c572dd2e02fa5ea03c9e (diff) | |
download | tellico-2c2b3075b1ec80e552956a1b1dad9ef74365cd97.tar.gz tellico-2c2b3075b1ec80e552956a1b1dad9ef74365cd97.zip |
Silence GNU make warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/cite/ooo/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cite/ooo/Makefile.am b/src/cite/ooo/Makefile.am index f3604de..3888fa7 100644 --- a/src/cite/ooo/Makefile.am +++ b/src/cite/ooo/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS = -Wno-portability + METASOURCES = AUTO KDE_CXXFLAGS = $(USE_EXCEPTIONS) |