AUTOMAKE_OPTIONS=foreign no-dependencies CORELIBS = @CORELIBS@ MORELIBS = @MORELIBS@ MOREDEFS = @MOREDEFS@ INCLUDES = @INCS@ DEFS = @DEFS@ $(MOREDEFS) CLEANFILES= config_grammar.c config_lex.c config_grammar.h bin_PROGRAMS = xsupplicant xsupplicant_SOURCES = 1xdriver.c 1xdaemon.c eapol.c \ auth_methods/tls/eaptls.c eap.c userconf.c \ auth_methods/tls/eapcrypt.c configparse.c \ dot1x_globals.c frame_handlers/generic/os_generic.c \ auth_methods/md5/eapmd5.c auth_methods/mschapv2/eapmschapv2.c \ auth_methods/mschapv2/desport.c \ auth_methods/mschapv2/deskey.c \ logging.c os_wireless_ext.c auth_methods/auth_tools.c \ config_grammar.y config_lex.l xsupplicant_LDADD = $(CORELIBS) $(MORELIBS)