diff options
author | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
commit | db91a3de855c9881d38bab02c73db160059b7d76 (patch) | |
tree | 2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /libwombat/Makefile.am | |
parent | cfc4826ef837954667ec18d9df72786e73ff1e25 (diff) | |
download | gsoc2013-evolution-PROCMAN_1_1_5.tar.gz gsoc2013-evolution-PROCMAN_1_1_5.tar.zst gsoc2013-evolution-PROCMAN_1_1_5.zip |
This commit was manufactured by cvs2svn to create tagPROCMAN_1_1_5
'PROCMAN_1_1_5'.
svn path=/tags/PROCMAN_1_1_5/; revision=15667
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 |