Changeset 20220 for juggler/branches/2.2/modules/sonix/Makefile.in
- Timestamp:
- 05/15/07 06:00:55 (2 years ago)
- Files:
-
- juggler/branches/2.2/modules/sonix/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/sonix/Makefile.in
r19729 r20220 127 127 # If we can build both C and C++ profiled objects, we will build profiled 128 128 # libraries. 129 ifeq ($(BUILD_PROF_C), Y)130 ifeq ($(BUILD_PROF_CXX), Y)131 BUILD_PROF_LIBS= 1132 endif133 endif129 #ifeq ($(BUILD_PROF_C), Y) 130 #ifeq ($(BUILD_PROF_CXX), Y) 131 # BUILD_PROF_LIBS= 1 132 #endif 133 #endif 134 134 135 135 # =============================================================================
