help-smalltalk
[Top][All Lists]
Advanced

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

Re: Re : [Help-smalltalk] Add a package in the build tool


From: Mathieu Suen
Subject: Re: Re : [Help-smalltalk] Add a package in the build tool
Date: Fri, 2 Jul 2010 21:42:27 +0200

Eventually I manage it by adding 
ACLOCAL_AMFLAGS = -I m4 -I /usr/local/share/aclocal
in the Makefile.am

But I don't think that is the right solution

        Mth




On Jul 2, 2010, at 9:14 PM, Mathieu Suen wrote:

> Ok so I check the /usr/local/share/aclocal here what I get:
> $ ls /usr/local/share/aclocal/
> gst.m4  gst-package.m4  lightning.m4  snprintfv.m4
> 
> 
> 
> 
> And my Makefile.am:
> ----------------------------------------------
> # build gst-lightning
> #
> AM_CPPFLAGS = -I$(INCLIGHTNING)
> ACLOCAL_AMFLAGS = -I m4
> 
> if !HAVE_INSTALLED_LIGHTNING
> AM_CPPFLAGS += -I$(top_srcdir)/lightning -I$(top_builddir)/lightning
> endif
> 
> lib_LTLIBRARIES = libgstlightning.la
> libgstlightning_la_SOURCES = gst-lightning.c gst-lightning.h
> 
> DISTCLEANFILES = pkgrules.tmp
> all-local:
> clean-local::
> install-data-hook::
> dist-hook::
> uninstall-local::
> 
> @PACKAGE_RULES@
> ----------------------------------------------
> 
> 
> 
> Did I miss something ?
> 
> 
> Thanks a lot
> 
>       Mth
> 
> 
> 


        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com



reply via email to

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