Changeset 2115
- Timestamp:
- Jun 17, 2007, 4:12:30 AM (15 years ago)
- Location:
- branches/file_selection
- Files:
-
- 2 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/gtk/main.c
r2107 r2115 41 41 #include "dialogs.h" 42 42 #include "ipc.h" 43 #include "make -meta-ui.h"43 #include "makemeta-ui.h" 44 44 #include "msgwin.h" 45 45 #include "torrent-inspector.h" -
branches/file_selection/gtk/makemeta-ui.c
r2114 r2115 32 32 33 33 #include "hig.h" 34 #include "make -meta-ui.h"34 #include "makemeta-ui.h" 35 35 #include "util.h" 36 36 -
branches/file_selection/mk/gtk.mk
r2097 r2115 5 5 6 6 SRCS = actions.c conf.c dialogs.c hig.c io.c ipc.c main.c msgwin.c \ 7 make -meta-ui.c torrent-inspector.c tr_cell_renderer_progress.c \7 makemeta-ui.c torrent-inspector.c tr_cell_renderer_progress.c \ 8 8 tr_core.c tr_icon.c tr_prefs.c tr_torrent.c tr_window.c util.c 9 9 OBJS = $(SRCS:%.c=%.o)
Note: See TracChangeset
for help on using the changeset viewer.