2001-09-14 Hans Breuer <hans@breuer.org>
[dia.git] / objects / network / Makefile.am
blob47595d847c48681389d028028d1048a0382bdf7c
1 ## Process this file with automake to produce Makefile.in
3 pkglib_LTLIBRARIES =    libnetwork_objects.la
4 libnetwork_objects_la_SOURCES = \
5                               network.h \
6                               network.c \
7                               bus.c \
8                               wanlink.c 
10 ##                            computer.c \
11 ##                            disc.c \
12 ##                            monitor.c \
13 ##                            printer.c \
14 ##                            antenna.c \
15 ##                            modem.c \
16 ##                            flash.c \
17 ##                            hub.c \
18 ##                            modularswitch.c \
19 ##                            rj45plug.c \
20 ##                            scead-plug.c
22 libnetwork_objects_la_LDFLAGS = -export-dynamic -module -avoid-version
24 INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(FREETYPE_CFLAGS)
26 EXTRA_DIST = \
27         pixmaps/antenna.xpm \
28         pixmaps/bus.xpm \
29         pixmaps/computer.xpm \
30         pixmaps/disc.xpm \
31         pixmaps/flash.xpm \
32         pixmaps/wanlink.xpm \
33         pixmaps/hub.xpm \
34         pixmaps/modem.xpm \
35         pixmaps/modularswitch.xpm \
36         pixmaps/monitor.xpm \
37         pixmaps/printer.xpm \
38         pixmaps/rj45plug.xpm \
39         pixmaps/sceadplug.xpm