summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2014-05-28 09:56:45 -0700
committerPhilip Chimento <philip@endlessm.com>2014-05-28 09:56:45 -0700
commita6cd5afdd864e92198e233651b1c65eff80f89d0 (patch)
tree50c328fe975579e557b90e9f513eb2f7cb7adc0a /Makefile.am
parente4d39a3a1cd430ddce8593ada5d91342e05d576e (diff)
Remove eos-gir.m4, not used anymore
This was originally designed to be installed into the system aclocal directory, but we copy it into each project's m4 directory instead. This is to try to fix the build for [endlessm/eos-sdk#693].
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 11743c2..b090a0b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -134,13 +134,6 @@ include $(top_srcdir)/overrides/Makefile.am.inc
include $(top_srcdir)/tools/Makefile.am.inc
-# # # INSTALLED M4 MACROS # # #
-
-m4dir = ${datadir}/aclocal
-m4_DATA = \
- m4/eos-gir.m4 \
- $(NULL)
-
# # # TESTS # # #
include $(top_srcdir)/test/Makefile.am.inc