diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 50850eefd06e7b59febf09d31ade6b6d0f95d77c (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /libwombat/Makefile.am | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-GDM2_2_4_0_3.tar.gz gsoc2013-evolution-GDM2_2_4_0_3.tar.zst gsoc2013-evolution-GDM2_2_4_0_3.zip |
This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_0_3'.GDM2_2_4_0_3
svn path=/tags/GDM2_2_4_0_3/; revision=16816
Diffstat (limited to 'libwombat/Makefile.am')
-rw-r--r-- | libwombat/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am deleted file mode 100644 index 5d532f9f59..0000000000 --- a/libwombat/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -INCLUDES = $(WOMBAT_CFLAGS) - -# CORBA stuff - -IDLS = $(top_srcdir)/wombat/wombat.idl -IDL_GENERATED = \ - wombat.h \ - wombat-common.c \ - wombat-skels.c \ - wombat-stubs.c - -$(IDLS): $(ORBIT_IDL) - -$(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ - $(top_srcdir)/wombat/wombat.idl - -# Wombat library -lib_LTLIBRARIES = libwombat.la - -wombatincludedir = $(includedir)/evolution/wombat -wombatinclude_HEADERS = \ - wombat-client.h - -libwombat_la_SOURCES = \ - $(IDL_GENERATED) \ - wombat-client.c \ - $(wombatinclude_HEADERS) - -# Static lib for pilot conduits - -noinst_LTLIBRARIES = libwombat-static.la - -libwombat_static_la_SOURCES = $(libwombat_la_SOURCES) -libwombat_static_la_LDFLAGS = --all-static |