mcabber/src/Makefile.am
changeset 374 bd5638c21834
parent 364 33b8e801ffa6
child 383 39c5da51b387
child 384 d59e9b8c91d3
equal deleted inserted replaced
373:af2f8ddf6a1b 374:bd5638c21834
     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 jabglue.c jabglue.h roster.c roster.h \
     3 		  commands.c commands.h compl.c compl.h \
     3 		  commands.c commands.h compl.c compl.h \
     4 		  hbuf.c hbuf.h screen.c screen.h \
     4 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
     5 		  settings.c settings.h \
     5 		  settings.c settings.h \
     6 		  hooks.c hooks.h histolog.c histolog.h \
     6 		  hooks.c hooks.h histolog.c histolog.h \
     7 		  utf8.c utf8.h utils.c utils.h list.h harddefines.h
     7 		  utf8.c utf8.h utils.c utils.h list.h harddefines.h
     8 
     8 
     9 LDADD = -lglib-2.0 -lncurses -lpanel \
     9 LDADD = -lglib-2.0 -lncurses -lpanel \