From 9970249880237f06d2f718f5168532b93f8d1064 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 10 Feb 2017 14:05:05 +0300 Subject: build: remove option that disables deprecated stuff it's also named incorrectly - it doesn't enable anything but makes the build break on the first deprecated item --- copy-n-paste/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'copy-n-paste') diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am index 2b7d18e..776885a 100644 --- a/copy-n-paste/Makefile.am +++ b/copy-n-paste/Makefile.am @@ -1,5 +1,4 @@ AM_CPPFLAGS = \ - $(DISABLE_DEPRECATED) \ -UGETTEXT_PACKAGE noinst_LTLIBRARIES = libeggsmclient.la -- cgit v1.2.1