move ACLOCAL_AMFLAGS to top Makefile.am
This commit is contained in:
parent
24ef79eca4
commit
756dc74969
2 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
|
||||||
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = libfreefare
|
SUBDIRS = libfreefare
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
|
||||||
|
|
||||||
AM_CFLAGS = -I. @LIBNFC_CFLAGS@
|
AM_CFLAGS = -I. @LIBNFC_CFLAGS@
|
||||||
AM_LDFLAGS = @LIBNFC_LIBS@
|
AM_LDFLAGS = @LIBNFC_LIBS@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue