Last change
on this file since 162 was
70,
checked in by joshe, 16 years ago
|
Rename a few files now that we're using subversion and it's easy.
|
File size:
353 bytes
|
Line | |
---|
1 | SubDir TOP gtk ; |
---|
2 | |
---|
3 | GTK_SRC = conf.c dialogs.c main.c trcellrenderertorrent.c util.c ; |
---|
4 | |
---|
5 | Main transmission-gtk : $(GTK_SRC) ; |
---|
6 | LinkLibraries transmission-gtk : libtransmission.a ; |
---|
7 | |
---|
8 | ObjectCcFlags $(GTK_SRC) : $(GTKCCFLAGS) ; |
---|
9 | ObjectHdrs $(GTK_SRC) : $(TOP)/libtransmission ; |
---|
10 | SystemLibraries transmission-gtk : $(GTKLINKLIBS) ; |
---|
Note: See
TracBrowser
for help on using the repository browser.