summaryrefslogtreecommitdiff
path: root/lib/extras
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-12 14:17:26 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-04-12 14:19:19 +0200
commita4fd1120e9c9b237047086f798fab8ffc60b759e (patch)
tree536a32e6bc9cfc9968f42852be2559c101a808cd /lib/extras
parent1bfb93706eed0475013e43fa74fbf86f80c795e9 (diff)
downloadgnutls-a4fd1120e9c9b237047086f798fab8ffc60b759e.tar.gz
Makefile.am: moved common rules (AM_CFLAGS) to common.mk
Diffstat (limited to 'lib/extras')
-rw-r--r--lib/extras/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/extras/Makefile.am b/lib/extras/Makefile.am
index 8f9b63be50..d9039f3d40 100644
--- a/lib/extras/Makefile.am
+++ b/lib/extras/Makefile.am
@@ -18,7 +18,8 @@
# 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 = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) $(NETTLE_CFLAGS)
+include $(top_srcdir)/lib/common.mk
+
AM_CPPFLAGS = \
-I$(srcdir)/../../gl \
-I$(builddir)/../../gl \