Changeset 604 for pjproject/trunk/pjlib-util/build/Makefile
- Timestamp:
- Jul 14, 2006 3:20:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/build/Makefile
r477 r604 1 # By default, the test application includes main.o. 2 # OS make file may override this with os-specific files 3 export UTIL_TEST_OBJS = main.o 4 1 5 include ../../build/common.mak 2 6 … … 31 35 # 32 36 export UTIL_TEST_SRCDIR = ../src/pjlib-util-test 33 export UTIL_TEST_OBJS += xml.o test.o main.o37 export UTIL_TEST_OBJS += xml.o test.o 34 38 export UTIL_TEST_CFLAGS += $(_CFLAGS) 35 39 export UTIL_TEST_LDFLAGS += $(_LDFLAGS)
Note: See TracChangeset
for help on using the changeset viewer.