Changeset 681d36
- Timestamp:
- Apr 6, 2011, 4:05:13 PM (15 years ago)
- Children:
- db33b0
- Parents:
- 6aa233
- git-author:
- Frederik Heber <heber@…> (04/06/11 09:20:34)
- git-committer:
- Frederik Heber <heber@…> (04/06/11 16:05:13)
- File:
-
- 1 edited
-
src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r6aa233 r681d36 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl 7 7 # Position-Independent Code necessary for shared library 8 AM_CXXFLAGS = $(CPPUNIT_CFLAGS) 9 AM_CPPFLAGS = ${BOOST_CPPFLAGS} 8 AM_CPPFLAGS = ${BOOST_CPPFLAGS} $(CPPUNIT_CFLAGS) 10 9 11 10 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_THREAD_LIB) … … 90 89 libCodePatterns_debug_LIBS = $(BOOST_THREAD_LIB) 91 90 92 libCodePatterns_la_CPPFLAGS = -DNDEBUG -DNO_MEMDEBUG 93 libCodePatterns_debug_la_CPPFLAGS = -DMEMDEBUG -DLOG_OBSERVER 91 libCodePatterns_la_CPPFLAGS = -DNDEBUG -DNO_MEMDEBUG $(AM_CPPFLAGS) 92 libCodePatterns_debug_la_CPPFLAGS = -DMEMDEBUG -DLOG_OBSERVER $(AM_CPPFLAGS) 94 93 95 94 ## Define the source file list for the "libexample-@CODEPATTERNS_API_VERSION@.la"
Note:
See TracChangeset
for help on using the changeset viewer.
