info_msgcount/Makefile.am
changeset 17 be7e71438f76
equal deleted inserted replaced
16:c447081cb5b7 17:be7e71438f76
       
     1 
       
     2 if INSTALL_MODULE_INFO_MSGCOUNT
       
     3 
       
     4 pkglib_LTLIBRARIES = libinfo_msgcount.la
       
     5 libinfo_msgcount_la_SOURCES = info_msgcount.c
       
     6 libinfo_msgcount_la_LDFLAGS = -module -avoid-version -shared
       
     7 
       
     8 LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
       
     9 AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
       
    10 
       
    11 endif