# This file (Makefile.am) was created by Ron Rechenmacher on # Mar 4, 2006. "TERMS AND CONDITIONS" governing this file are in the README # or COPYING file. If you do not have such a file, one can be obtained by # contacting Ron or Fermi Lab in Batavia IL, 60510, phone: 630-840-3000. # $RCSfile: Makefile.am,v $ # rev="$Revision: 1.1.1.1 $$Date: 2006/03/05 03:15:33 $"; INCLUDES = -I$(top_srcdir) plugindir = @plugindir@ plugin_LTLIBRARIES = ca.la ca_la_SOURCES = packet-ca.c moduleinfo.h ca_la_LDFLAGS = -module -avoid-version ca_la_LIBADD = @PLUGIN_LIBS@ # Libs must be cleared, or else libtool won't create a shared module. # If your module needs to be linked against any particular libraries, # add them here. LIBS = CLEANFILES = \ ca EXTRA_DIST = \ Makefile.nmake