mcabber/src/Makefile.am
changeset 577 5c6d364130ee
parent 481 fa9149832af2
child 745 413e95f3051a
equal deleted inserted replaced
576:8b3db0b555a1 577:5c6d364130ee
     1 bin_PROGRAMS = mcabber
     1 bin_PROGRAMS = mcabber
     2 mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \
     2 mcabber_SOURCES = main.c roster.c roster.h \
       
     3 		  jabglue.c jabglue.h jab_iq.c jab_priv.h \
     3 		  commands.c commands.h compl.c compl.h \
     4 		  commands.c commands.h compl.c compl.h \
     4 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
     5 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
     5 		  settings.c settings.h hooks.c hooks.h \
     6 		  settings.c settings.h hooks.c hooks.h \
     6 		  histolog.c histolog.h utils.c utils.h list.h
     7 		  histolog.c histolog.h utils.c utils.h list.h
     7 
     8