automake
[Top][All Lists]
Advanced

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

OK to run script in Makefile.am??.. like `gtk-config ...--libs` to get p


From: cs
Subject: OK to run script in Makefile.am??.. like `gtk-config ...--libs` to get params for LDADD?
Date: Mon, 28 Apr 2003 16:30:15 -0700 (MST)

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






reply via email to

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