extsay-old/Makefile.am
changeset 34 105fdf20c1c1
parent 33 e9bb68c35bf3
child 35 337add12c399
equal deleted inserted replaced
33:e9bb68c35bf3 34:105fdf20c1c1
     1 
       
     2 if INSTALL_MODULE_EXTSAY_OLD
       
     3 
       
     4 pkglib_LTLIBRARIES = libextsay_old.la
       
     5 libextsay_old_la_SOURCES = extsay_old.c
       
     6 libextsay_old_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