aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-02 15:20:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-02 15:20:24 +0200
commit8950d82b44d56eefe73f67e6011a85d4412cfd14 (patch)
tree75ceab4c4720308ed420e4f9cc8737127cafef4b /Makefile.am
parentb064ca2cf0e8a5b2024463bbaac078b9b23db812 (diff)
downloadlibpam-freerdp2-8950d82b44d56eefe73f67e6011a85d4412cfd14.tar.gz
libpam-freerdp2-8950d82b44d56eefe73f67e6011a85d4412cfd14.tar.bz2
libpam-freerdp2-8950d82b44d56eefe73f67e6011a85d4412cfd14.zip
Add AC_CONFIG_MACRO variables, make autoreconf happy.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 84f4f60..b1cd2bc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = src
+ACLOCAL_AMFLAGS = '-I m4'
+
if HAVE_GTEST
SUBDIRS += tests
endif