move ACLOCAL_AMFLAGS to top Makefile.am

This commit is contained in:
Romuald Conty 2010-01-08 20:58:29 +00:00
parent 24ef79eca4
commit 756dc74969
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,6 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libfreefare
pkgconfigdir = $(libdir)/pkgconfig

View file

@ -1,6 +1,4 @@
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = -I. @LIBNFC_CFLAGS@
AM_LDFLAGS = @LIBNFC_LIBS@