extsay/Makefile.am
changeset 21 9798e3aaa851
parent 20 4fbed301c014
child 22 b6b45c2eb022
equal deleted inserted replaced
20:4fbed301c014 21:9798e3aaa851
     1 
       
     2 if INSTALL_MODULE_EXTSAY
       
     3 
       
     4 pkglib_LTLIBRARIES = libextsay.la
       
     5 libextsay_la_SOURCES = extsay.c
       
     6 libextsay_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