mcabber/src/Makefile.am
changeset 404 fb2325d24d13
parent 384 d59e9b8c91d3
child 481 fa9149832af2
equal deleted inserted replaced
403:17aa60c6dc63 404:fb2325d24d13
     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 logprint.h \
     4 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
     5 		  settings.c settings.h \
     5 		  settings.c settings.h hooks.c hooks.h \
     6 		  hooks.c hooks.h histolog.c histolog.h \
     6 		  histolog.c histolog.h utils.c utils.h list.h
     7 		  utils.c utils.h list.h harddefines.h
       
     8 
     7 
     9 LDADD = -lglib-2.0 -lncurses -lpanel \
     8 LDADD = -lglib-2.0 -lncurses -lpanel \
    10 	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
     9 	../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
    11 
    10 
    12 INCLUDES = $(GLIB_CFLAGS)
    11 INCLUDES = $(GLIB_CFLAGS)