Changeset 2410 for sample/pingpong/Makefile.am
- Timestamp:
- Feb 13, 2009, 3:17:36 PM (16 years ago)
- Location:
- sample/pingpong
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sample/pingpong/Makefile.am
r2408 r2410 41 41 42 42 libpingpong_la_SOURCES = \ 43 TidyPingPong.cpp \44 TidyPingPong.h \45 TidyPingPongMessage.cpp \46 TidyPingPongMessage.h43 PingPong.cpp \ 44 PingPong.h \ 45 PingPongMessage.cpp \ 46 PingPongMessage.h 47 47 48 48 else … … 52 52 53 53 pingpong_SOURCES = \ 54 TidyPingPongMessage.cpp \55 TidyPingPongMessage.h \56 TidyPingPong.cpp \57 TidyPingPong.h \54 PingPongMessage.cpp \ 55 PingPongMessage.h \ 56 PingPong.cpp \ 57 PingPong.h \ 58 58 main.cpp 59 59
Note:
See TracChangeset
for help on using the changeset viewer.