Hi, How can I make use of variables in Makefile.am for automake primaries? I want to write Makefile.am as
lib_LIBRARIES = $(PREFIX)mylib.$(LIBSUFFIX) libdir = ${prefix}/lib $(PREFIX)_mylib_$(LIBSUFFIX)_SOURCES = mylib.c I can not use libtools. Is there a way, I can achieve this? Thanks & Regards Nitin