mcabber/src/Makefile.am
changeset 57 f381236239a4
child 63 fb84760be386
equal deleted inserted replaced
56:1fa1185346be 57:f381236239a4
       
     1 bin_PROGRAMS = mcabber
       
     2 mcabber_SOURCES = main.c jabglue.c jabglue.h commands.c commands.h \
       
     3 		  buddies.c buddies.h screen.c screen.h \
       
     4 		  parsecfg.c parsecfg.h utf8.c utf8.h \
       
     5 		  utils.c utils.h lang.c lang.h
       
     6 
       
     7 LDADD = ../libjabber/liblibjabber.a ../connwrap/libconnwrap.a
       
     8 
       
     9 #SUBDIRS =
       
    10 #INCLUDES =
       
    11