bug-myserver
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-myserver] make uninstall problem


From: Giuseppe Scrivano
Subject: Re: [bug-myserver] make uninstall problem
Date: Thu, 12 Aug 2010 03:06:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Thanks for the bug report.

This problem is already fixed in the git repository.  The next version
of MyServer will include this fix.

Cheers,
Giuseppe



Mike Gran <address@hidden> writes:

> Hi-
>
> The make uninstall target for myserver-0.9.2 doesn't work.
>
> During 'make install', none of the files in the include directory
> or any of its subdirectories are installed into $(includedir),
> but, during 'make uninstall' it tries to remove them from
> $(includedir).
>
> In include/Makefile.am, you have
>
>   install:
>   # Do not do anything.
>
> You probably also need to add
>
>   uninstall:
>   # Do not do anything
>
> You might consider using the "noinst_" automake rule instead.
> For example, in include/base/Makefile.am, you could have.
>
>   noinst_baseinclude_HEADERS = utility.h
>
> to keep that header from being installed.
>
> Thanks,
>
> Mike Gran



reply via email to

[Prev in Thread] Current Thread [Next in Thread]