This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]