diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | 4fb4ff4146ccf70889c8fa0f9e31528b4cbbb8ed (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /libwombat/Makefile.am | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-EOG_2_3_1.tar.gz gsoc2013-evolution-EOG_2_3_1.tar.zst gsoc2013-evolution-EOG_2_3_1.zip |
This commit was manufactured by cvs2svn to create tag 'EOG_2_3_1'.EOG_2_3_1
svn path=/tags/EOG_2_3_1/; revision=21055
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 3c6723fc81..0000000000 --- a/libwombat/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -INCLUDES = $(WOMBAT_CFLAGS) - -# CORBA stuff - -IDLS = $(top_srcdir)/wombat/Evolution-Wombat.idl -IDL_GENERATED = \ - Evolution-Wombat.h \ - Evolution-Wombat-common.c \ - Evolution-Wombat-skels.c \ - Evolution-Wombat-stubs.c - -$(IDLS): $(ORBIT_IDL) - -$(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl $(IDL_INCLUDES) \ - $(top_srcdir)/wombat/Evolution-Wombat.idl - -# Wombat library -privlib_LTLIBRARIES = libwombat.la - -wombatincludedir = $(privincludedir)/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 |