- Make --enable-static work again (configure.in, Makefile.am)
[obnox/wireshark/wip.git] / plugins / giop / Makefile.am
1 # Makefile.am
2 # Automake file for Ethereal/GIOP subdissectors 
3 #
4 # $Id: Makefile.am,v 1.4 2003/09/05 07:44:45 jmayer Exp $
5 #
6 # Copyright 2001, Ericsson Inc.
7 # Frank Singleton <frank.singleton@ericsson.com>
8 #
9 # Ethereal - Network traffic analyzer
10 # By Gerald Combs <gerald@ethereal.com>
11 # Copyright 1998 Gerald Combs
12 #
13
14 # This program is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU General Public License
16 # as published by the Free Software Foundation; either version 2
17 # of the License, or (at your option) any later version.
18
19 # This program is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22 # GNU General Public License for more details.
23
24 # You should have received a copy of the GNU General Public License
25 # along with this program; if not, write to the Free Software
26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
27 #
28
29 INCLUDES = -I$(top_srcdir)
30
31 plugindir = @plugindir@
32
33 plugin_LTLIBRARIES = cosnaming.la coseventcomm.la
34 cosnaming_la_SOURCES = packet-cosnaming.c moduleinfo.h
35 cosnaming_la_LDFLAGS = -module -avoid-version
36
37 coseventcomm_la_SOURCES = packet-coseventcomm.c moduleinfo.h
38 coseventcomm_la_LDFLAGS = -module -avoid-version
39
40 # Libs must be cleared, or else libtool won't create a shared module.
41 # If your module needs to be linked against any particular libraries,
42 # add them here.
43 LIBS =
44
45 CLEANFILES = \
46         cosnaming \
47         coseventcomm \
48         *~
49
50 EXTRA_DIST = \
51         Makefile.nmake