From 26b8e06374c71e42be86694f5d5c4ee920ae4d26 Mon Sep 17 00:00:00 2001 From: Alex Bennee Date: Wed, 14 Jul 2010 16:01:16 +0100 Subject: EasyTag 2.1.4 --- src/Makefile.am | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) mode change 100755 => 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am old mode 100755 new mode 100644 index 9383d83..5e9961d --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,6 +11,8 @@ easytag_SOURCES = \ ape_tag.h \ bar.c \ bar.h \ + base64.c \ + base64.h \ browser.c \ browser.h \ cddb.c \ @@ -75,10 +77,15 @@ EXTRA_DIST = \ win32/resource.h \ win32/win32dep.c \ win32/win32dep.h \ - win32/win_easytag.c + win32/win_easytag.c \ + win32/nsis/easytag-header.bmp \ + win32/nsis/easytag-install.bmp \ + win32/nsis/easytag-install.ico \ + win32/nsis/easytag-uninstall.bmp easytag_LDADD = $(GTK_LIBS) libmpg123/libmpg123.a libapetag/libapetag.a id3lib/libid3bugfix.a localedir = $(datadir)/locale PACKAGE_DATA_DIR = $(datadir)/$(PACKAGE) -INCLUDES = -DLOCALE=\"$(localedir)\" -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" +INCLUDES = -DLOCALEDIR=\"$(localedir)\" \ + -DPACKAGE_DATA_DIR=\"$(PACKAGE_DATA_DIR)\" -- cgit v1.2.3