From 46f39c4adab2144ee3e7f11a02f0d2253b656668 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Aug 2010 18:06:51 +0000 Subject: Replace CONFIG_EXAMPLE with CONFIG_APP_DIR git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2893 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/sendmail/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/examples/sendmail/Makefile') diff --git a/nuttx/examples/sendmail/Makefile b/nuttx/examples/sendmail/Makefile index 0907345d4..2fac537d2 100644 --- a/nuttx/examples/sendmail/Makefile +++ b/nuttx/examples/sendmail/Makefile @@ -1,7 +1,7 @@ ############################################################################ # examples/sendmail/Makefile # -# Copyright (C) 2009 Gregory Nutt. All rights reserved. +# Copyright (C) 2009-2010 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,7 +44,7 @@ COBJS = $(CSRCS:.c=$(OBJEXT)) SRCS = $(ASRCS) $(CSRCS) OBJS = $(AOBJS) $(COBJS) -BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT) +BIN = libapp$(LIBEXT) all: $(BIN) -- cgit v1.2.3