* Makefile.in: Add dependencies between gmc and static libraries

in the source tree.
This commit is contained in:
Pavel Roskin 2001-04-06 06:24:21 +00:00
parent e19d03e693
commit 0a90f50277
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2001-04-06 Pavel Roskin <proski@gnu.org>
* Makefile.in: Add dependencies between gmc and static libraries
in the source tree.
* layout: New widget "findfile-Widget-find-case-check".
2001-02-28 Christian Meyer <chrisime@gnome.org>

View File

@ -16,6 +16,8 @@ CORBA_LDFLAGS = $(XLDFLAGS) @GNOME_LIBDIR@ @GNOMEGNORBA_LIBS@
DEFS = $(XDEFS)
LIBS = $(XLIBS) @TERMNET@
EXTRALIBS = -L../vfs @LVFS@ -L../gtkedit -lgtkedit @LINTL@
DEPLIBS = $(top_builddir)/vfs/@LIBVFS@ \
$(top_builddir)/gtkedit/@libgtkedit@ @INTLDEPS@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
@ -256,10 +258,10 @@ mx: checklinks
@echo -----------------------------------------------------------
@touch mx
plain-gmc: $(OBJS) $(NORMALOBJS)
plain-gmc: $(OBJS) $(NORMALOBJS) $(DEPLIBS)
$(CC) -o plain-gmc $(NORMALOBJS) $(OBJS) $(EXTRALIBS) $(LDFLAGS) $(LIBS)
corba-gmc: $(OBJS) $(CORBAOBJS)
corba-gmc: $(OBJS) $(CORBAOBJS) $(DEPLIBS)
$(CC) -o corba-gmc $(CORBAOBJS) $(OBJS) $(EXTRALIBS) $(CORBA_LDFLAGS) $(LIBS)
gmc-client: $(CLIENTOBJS)