From 2d5c5972b730e4e26f9456ce18a15d7cb56a6dbc Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Wed, 17 Dec 2014 21:03:44 +0100 Subject: [PATCH] remove useless NULL= declaration --- src/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index c43e390..5242c50 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,3 @@ -NULL = - AM_CPPFLAGS = \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"xfce4-taskmanager\" \