autoconf
[Top][All Lists]
Advanced

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

RE: distclean rule works well, but distcheck said it doesn't.


From: Nicolai Stange
Subject: RE: distclean rule works well, but distcheck said it doesn't.
Date: Mon, 15 Aug 2011 12:26:06 +0200

Am Montag, den 15.08.2011, 12:55 +0300 schrieb Tal Hadad:
> By the way, for enabling the --enable-vala option, I cahged the code, so 
> here's the if statement:
> if USE_VALA
> address@hidden@
> GNOME_MPRIS_Applet_SOURCES = \
>     $(GNOME_MPRIS_Applet_VALASOURCES)
> 
> VALAFLAGS= \
>     $(GNOME_MPRIS_Applet_PACKAGES)
> else
> GNOME_MPRIS_Applet_SOURCES = \
>     $(GNOME_MPRIS_Applet_VALABUILTSOURCES)
> endif

I guess you even don't need this conditional.
GNOME_MPRIS_Applet_SOURCES = \
     $(GNOME_MPRIS_Applet_VALASOURCES)
together with AM_PROG_VALAC in your configure.ac
should suffice. According to the docs, this will also work for users
without a valac installation.




reply via email to

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