[NeoStats-Devel] [Commits] r2830 - trunk/modules/perltest

[email protected] Wed, 28 Sep 2005 22:05:32 +1000
Newsgroups gmane.comp.neostats.devel
Message-ID <[email protected]>
Author: Fish
Date: Wed Sep 28 20:05:26 2005
New Revision: 2830

Added:
   trunk/modules/perltest/Makefile.am
Log:
w00ps

Added: trunk/modules/perltest/Makefile.am
==============================================================================
--- (empty file)
+++ trunk/modules/perltest/Makefile.am	Wed Sep 28 20:05:26 2005
@@ -0,0 +1,5 @@
+pkglib_LTLIBRARIES	= perlexttest.la
+template_la_SOURCES	= main.c 
+template_la_LDFLAGS	= -module -avoid-version
+AM_CFLAGS		= @PCRE_CFLAGS@ @CURL_CFLAGS@
+include $(top_srcdir)/autotools/rules.mk
\ No newline at end of file