comment/Makefile.am
author Mikael Berthe <mikael@lilotux.net>
Sun, 07 Mar 2010 14:51:10 +0100
changeset 1 99fd216641d8
child 3 7df50d56fbdd
permissions -rw-r--r--
Add module "comment", autotools stuff...


if INSTALL_HEADERS
pkglib_LTLIBRARIES = libcomment.la
libcomment_la_SOURCES = comment.c
libcomment_la_LDFLAGS = -module -avoid-version -shared

LDADD = $(GLIB_LIBS)
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

endif