diff options
Diffstat (limited to 'lib/opencdk/Makefile.am')
-rw-r--r-- | lib/opencdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am index 50237959eb..a860ecf22b 100644 --- a/lib/opencdk/Makefile.am +++ b/lib/opencdk/Makefile.am @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/> -AM_CFLAGS = $(NETTLE_CFLAGS) +AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) $(NETTLE_CFLAGS) AM_CPPFLAGS = \ -I$(srcdir)/../../gl \ |