Menu

#92 noinst_LIBRARIES not parsed in Makefile.am

closed-fixed
ede (18)
5
2009-02-15
2009-02-15
Osprey
No

ede/project-am.el parse noinst_LIBS but not noinst_LIBRARIES. Fix is simple, just add to ede/project-am.el in project-am-type-alist ("lib" project-am-lib "noinst_LIBRARIES" t)

[PATCH]
--- ./project-am.el.orig 2009-02-15 12:17:31.307266146 +0000
+++ ./project-am.el 2009-02-15 12:11:20.908011492 +0000
@@ -78,6 +78,7 @@
'(("bin" project-am-program "bin_PROGRAMS" t)
("sbin" project-am-program "sbin_PROGRAMS" t)
("lib" project-am-lib "noinst_LIBS" t)
+ ("lib" project-am-lib "noinst_LIBRARIES" t)
("headernoinst" project-am-header-noinst "noinst_HEADERS")
("headerinst" project-am-header-inst "pgkinclude_HEADERS")
("texinfo" project-am-texinfo "info_TEXINFOS")
[/PATCH]

Discussion

  • Eric M. Ludlam

    Eric M. Ludlam - 2009-02-15

    Applied a variant of the patch.

     
  • Eric M. Ludlam

    Eric M. Ludlam - 2009-02-15
    • assigned_to: nobody --> zappo
    • status: open --> open-fixed
     
  • Eric M. Ludlam

    Eric M. Ludlam - 2009-02-15
    • status: open-fixed --> closed-fixed