diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2009-08-09 03:59:22 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2009-08-09 03:59:22 +0200 |
commit | bb6ee6c15569136ba878c7bd1548483ee325befc (patch) | |
tree | f9334ebb2d4b4c3b263b5a7dd9819206c4293da5 /Makefile.am | |
parent | 38e69088d9b3f178bfbd41d4fc516ac3b26a712c (diff) | |
download | glibmm-bb6ee6c15569136ba878c7bd1548483ee325befc.tar.gz |
Do not recurse into scripts/ subdirectory
* Makefile.am: Install scripts/glibmm_check_perl.m4 from here.
* scripts/Makefile.am: Delete file.
* configure.ac (AC_CONFIG_FILES): Remove scripts/Makefile.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5c771b3..4ffbc210 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,3 +44,7 @@ pkgconfigdir = $(libdir)/pkgconfig nodist_pkgconfig_DATA = glib/$(GLIBMM_MODULE_NAME).pc gio/$(GIOMM_MODULE_NAME).pc dist_noinst_DATA = README.win32 COPYING.tools glib/README gio/README + +# TODO: Obsolete; remove after grace period. +aclocal_macrodir = $(datadir)/aclocal +dist_aclocal_macro_DATA = scripts/glibmm_check_perl.m4 |