Mercurial > audlegacy-plugins
comparison src/mtp_up/Makefile @ 1517:d72a44fdb6a3
switched to uploading tracks instead of files, added disconnect option, other misc. fixes
author | Cristi Magherusan <majeru@atheme-project.org> |
---|---|
date | Thu, 23 Aug 2007 16:47:45 +0300 |
parents | 475eac76a8ba |
children | a8667b6b6cd8 |
comparison
equal
deleted
inserted
replaced
1516:d1671cf98196 | 1517:d72a44fdb6a3 |
---|---|
6 OBJECTIVE_LIBS = libmtp_up$(SHARED_SUFFIX) | 6 OBJECTIVE_LIBS = libmtp_up$(SHARED_SUFFIX) |
7 | 7 |
8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) | 8 LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) |
9 | 9 |
10 LIBADD += $(MTP_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | 10 LIBADD += $(MTP_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
11 SOURCES = mtp.c | 11 SOURCES = mtp.c filetype.c |
12 | 12 |
13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../.. | 13 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../.. |
14 | 14 |
15 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) -D_BSD_SOURCE | 15 CFLAGS += -Wall -pedantic -std=c99 $(GCC42_CFLAGS) -D_BSD_SOURCE |
16 | 16 |