*** empty log message ***

This commit is contained in:
Martin Baulig 2001-02-15 18:34:27 +00:00
parent 1a44a84f5b
commit 8152ed140d
2 changed files with 16 additions and 3 deletions

11
libeog/.cvsignore Normal file
View file

@ -0,0 +1,11 @@
Makefile.in
Makefile
.deps
.libs
Eog-stubs.c
Eog-skels.c
Eog-common.c
Eog.h
GNOME_EOG.oaf
*.lo
*.la

View file

@ -19,10 +19,12 @@ CORBA_SOURCES = \
Eog-stubs.c \
Eog-skels.c
libeog_SOURCES = \
noinst_LTLIBRARIES = libeog.la
libeog_la_SOURCES = \
$(CORBA_SOURCES)
libeog_LDADD = \
libeog_la_LIBADD = \
$(GNOME_LIBS) \
$(GNOME_LIBDIR) \
$(GNOME_LIBS) \
@ -36,7 +38,7 @@ idls = \
idl_flags = `$(GNOME_CONFIG) --cflags idl` -D__EOG_COMPILATION
$(CORBA_SOURCE): $(idls)
$(CORBA_SOURCES): $(idls)
$(ORBIT_IDL) $(top_srcdir)/idl/Eog.idl -I$(top_srcdir)/idl $(idl_flags)
Eog.h: $(idls)