summaryrefslogtreecommitdiff
path: root/lib/opencdk/Makefile.am
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/opencdk/Makefile.am
parent1bfb93706eed0475013e43fa74fbf86f80c795e9 (diff)
downloadgnutls-a4fd1120e9c9b237047086f798fab8ffc60b759e.tar.gz
Makefile.am: moved common rules (AM_CFLAGS) to common.mk
Diffstat (limited to 'lib/opencdk/Makefile.am')
-rw-r--r--lib/opencdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/opencdk/Makefile.am b/lib/opencdk/Makefile.am
index a860ecf22b..1503234952 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 = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) $(NETTLE_CFLAGS)
+include $(top_srcdir)/lib/common.mk
AM_CPPFLAGS = \
-I$(srcdir)/../../gl \