Changeset 183 for trunk/src/Makefile.am
- Timestamp:
- Aug 28, 2010, 9:12:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Makefile.am
r178 r183 9 9 entity.cpp entity.h ticker.cpp ticker.h tileset.cpp tileset.h \ 10 10 forge.cpp forge.h video.cpp video.h timer.cpp timer.h bitfield.h \ 11 profiler.cpp profiler.h input.h input.cpp mapviewer.cpp mapviewer.h \11 profiler.cpp profiler.h input.h input.cpp world.cpp world.h \ 12 12 debugfps.cpp debugfps.h debugsprite.cpp debugsprite.h \ 13 13 debugrecord.cpp debugrecord.h … … 19 19 test_map_LDFLAGS = `pkg-config --libs sdl gl SDL_image` @PIPI_LIBS@ 20 20 21 editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h 21 editor_SOURCES = gtk/editor.cpp gtk/glmapview.cpp gtk/glmapview.h \ 22 mapviewer.cpp mapviewer.h 22 23 editor_CXXFLAGS = `pkg-config --cflags sdl gl SDL_image gtk+-2.0 gtkgl-2.0` 23 24 editor_LDADD = libcommon.a
Note: See TracChangeset
for help on using the changeset viewer.