Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/mtp_up/Makefile Thu Aug 23 03:20:10 2007 +0200 +++ b/src/mtp_up/Makefile Thu Aug 23 16:47:45 2007 +0300 @@ -8,7 +8,7 @@ LIBDIR = $(plugindir)/$(GENERAL_PLUGIN_DIR) LIBADD += $(MTP_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) -SOURCES = mtp.c +SOURCES = mtp.c filetype.c CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(BEEP_DEFINES) -I../../intl -I../..
