extsay-old/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 14:59:33 +0200
changeset 25 a98004eb58cd
parent 21 9798e3aaa851
permissions -rw-r--r--
[extsay] Expand extsay_script_path path name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
d6d9e95a4ae5 Initial module repository
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
21
9798e3aaa851 Add module extsayng, rename previous one to extsay_old
Mikael Berthe <mikael@lilotux.net>
parents: 4
diff changeset
     2
if INSTALL_MODULE_EXTSAY_OLD
4
807420cf8002 More autotools stuff
Mikael Berthe <mikael@lilotux.net>
parents: 3
diff changeset
     3
21
9798e3aaa851 Add module extsayng, rename previous one to extsay_old
Mikael Berthe <mikael@lilotux.net>
parents: 4
diff changeset
     4
pkglib_LTLIBRARIES = libextsay_old.la
9798e3aaa851 Add module extsayng, rename previous one to extsay_old
Mikael Berthe <mikael@lilotux.net>
parents: 4
diff changeset
     5
libextsay_old_la_SOURCES = extsay_old.c
9798e3aaa851 Add module extsayng, rename previous one to extsay_old
Mikael Berthe <mikael@lilotux.net>
parents: 4
diff changeset
     6
libextsay_old_la_LDFLAGS = -module -avoid-version -shared
0
d6d9e95a4ae5 Initial module repository
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
3
7df50d56fbdd Fix modules' Makefiles
Mikael Berthe <mikael@lilotux.net>
parents: 1
diff changeset
     8
LDADD = $(GLIB_LIBS) $(MCABBER_LIBS)
7df50d56fbdd Fix modules' Makefiles
Mikael Berthe <mikael@lilotux.net>
parents: 1
diff changeset
     9
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(MCABBER_CFLAGS)
0
d6d9e95a4ae5 Initial module repository
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
d6d9e95a4ae5 Initial module repository
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
endif