diff options
Diffstat (limited to 'src/usr/ecmddatabuffer/makefile')
-rw-r--r-- | src/usr/ecmddatabuffer/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/ecmddatabuffer/makefile b/src/usr/ecmddatabuffer/makefile index 97d6b46ae..bdf91a6f7 100644 --- a/src/usr/ecmddatabuffer/makefile +++ b/src/usr/ecmddatabuffer/makefile @@ -5,7 +5,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2013 +# COPYRIGHT International Business Machines Corp. 2011,2014 # # p1 # @@ -30,8 +30,8 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer CFLAGS += -DPRDF_COMPRESSBUFFER_COMPRESS_FUNCTIONS=1 CFLAGS += -DPRDF_COMPRESSBUFFER_UNCOMPRESS_FUNCTIONS=1 -OBJS = ecmdDataBufferBase.o +OBJS += ecmdDataBufferBase.o -SUBDIRS = test.d +SUBDIRS += test.d include ${ROOTPATH}/config.mk |