changeset 14779:8379e256b062

[gaim-migrate @ 17543] Don't install Makefile.mingw. Ari Pollak noticed this. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 19 Oct 2006 03:14:51 +0000
parents 39cc98d23db2
children ec9cc2219e55
files gtk/sounds/Makefile.am
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/sounds/Makefile.am	Thu Oct 19 02:37:24 2006 +0000
+++ b/gtk/sounds/Makefile.am	Thu Oct 19 03:14:51 2006 +0000
@@ -1,10 +1,10 @@
 EXTRA_DIST = \
-		Makefile.mingw \
+		Makefile.mingw
+
+soundsdir =	$(datadir)/sounds/gaim
+sounds_DATA =	\
 		alert.wav \
 		login.wav \
 		logout.wav \
 		receive.wav \
 		send.wav
-
-soundsdir =	$(datadir)/sounds/gaim
-sounds_DATA =	$(EXTRA_DIST)