| 56 | |
| 57 | reinplace -E "/^.*DISABLE_DEPRECATED.*\$/d" \ |
| 58 | "${worksrcpath}/daemon/Makefile.am" \ |
| 59 | "${worksrcpath}/daemon/Makefile.in" \ |
| 60 | "${worksrcpath}/libgnomevfs/Makefile.am" \ |
| 61 | "${worksrcpath}/libgnomevfs/Makefile.in" \ |
| 62 | "${worksrcpath}/modules/Makefile.am" \ |
| 63 | "${worksrcpath}/modules/Makefile.in" \ |
| 64 | "${worksrcpath}/test/Makefile.am" \ |
| 65 | "${worksrcpath}/test/Makefile.in" |
| 66 | |
| 67 | reinplace -E "s:-DG_DISABLE_DEPRECATED::g" \ |
| 68 | "${worksrcpath}/programs/Makefile.am" \ |
| 69 | "${worksrcpath}/programs/Makefile.in" |