1 2 3 4 5 6 7 8 9 10 11
lib_LTLIBRARIES = libXtst.la libXtst_la_SOURCES = \ XRecord.c \ XTest.c libXtst_la_LIBADD = @DEP_LIBS@ libXtst_la_LDFLAGS = -version-info 7:0:0 -no-undefined