This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
OK to run script in Makefile.am??.. like `gtk-config ...--libs` toget params for LDADD?
- From: <cs at gnumatica dot com>
- To: automake at gnu dot org
- Date: Mon, 28 Apr 2003 16:30:15 -0700 (MST)
- Subject: OK to run script in Makefile.am??.. like `gtk-config ...--libs` toget params for LDADD?
GTK+,libpcap and other apps
have scripts to generate Makefile stuff like
-I and -l guys.
Can I just add this to Makefile.am directly like this??
myprogram_LDADD = `gtk-config --libs` 'libpcap -libs` ,etc.???
Chris