diff options
Diffstat (limited to 'examples/c/decode/file/Makefile.lite')
-rw-r--r-- | examples/c/decode/file/Makefile.lite | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/c/decode/file/Makefile.lite b/examples/c/decode/file/Makefile.lite index 6371c604..c0b52e3e 100644 --- a/examples/c/decode/file/Makefile.lite +++ b/examples/c/decode/file/Makefile.lite @@ -21,6 +21,8 @@ # topdir = ../../../.. + +include $(topdir)/build/config.mk libdir = $(topdir)/objs/$(BUILD)/lib PROGRAM_NAME = example_c_decode_file |