diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-09 21:24:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-09 21:24:58 +0000 |
| commit | 51e27c03cfc53b8070f2d020c033fdce383116af (patch) | |
| tree | 2e6833ef1f66fa16d71fb3afa9da935054ae40e9 /build/Makefile.incl.in | |
| parent | 787cbcf656890fae77fd3e6bef8e2d0cfc669ee8 (diff) | |
set up the atoms in cwmcc
Diffstat (limited to 'build/Makefile.incl.in')
| -rw-r--r-- | build/Makefile.incl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.incl.in b/build/Makefile.incl.in index e025751d..c420d82b 100644 --- a/build/Makefile.incl.in +++ b/build/Makefile.incl.in @@ -55,6 +55,6 @@ themedir = $(datadir)/openbox/themes COMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) DEPCOMPILE = $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -LINK = $(LIBTOOL) --mode=link $(CC) +LINK = $(LIBTOOL) --mode=link $(CC) $(LIBS) LTCLEAN = $(LIBTOOL) --mode=clean $(RM) LTRM = $(LIBTOOL) --mode=uninstall $(RM) |
