# HG changeset patch # User Stu Tomlinson # Date 1194804573 0 # Node ID a97f24eda509903c52ac04e50b42e61a7b3bdb4e # Parent a04a0d3f9b4fcf9335b072df07a3588c9ffd860a Kill off another redundant Makefile diff -r a04a0d3f9b4f -r a97f24eda509 Makefile.am --- a/Makefile.am Sun Nov 11 18:08:19 2007 +0000 +++ b/Makefile.am Sun Nov 11 18:09:33 2007 +0000 @@ -42,7 +42,7 @@ GNT_DIR=finch endif -SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share +SUBDIRS = libpurple doc $(GNT_DIR) $(GTK_DIR) m4macros po share/ca-certs share/sounds docs: Doxyfile if HAVE_DOXYGEN diff -r a04a0d3f9b4f -r a97f24eda509 configure.ac --- a/configure.ac Sun Nov 11 18:08:19 2007 +0000 +++ b/configure.ac Sun Nov 11 18:09:33 2007 +0000 @@ -2263,7 +2263,6 @@ libpurple/tests/Makefile libpurple/purple.h libpurple/version.h - share/Makefile share/sounds/Makefile share/ca-certs/Makefile finch/finch.pc diff -r a04a0d3f9b4f -r a97f24eda509 share/Makefile.am --- a/share/Makefile.am Sun Nov 11 18:08:19 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ - -SUBDIRS = sounds ca-certs - -EXTRA_DIST = Makefile.mingw diff -r a04a0d3f9b4f -r a97f24eda509 share/Makefile.mingw --- a/share/Makefile.mingw Sun Nov 11 18:08:19 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version -# - -PIDGIN_TREE_TOP := .. -include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak - -include ./Makefile.am - -.PHONY: install clean - -install: - if test '$(SUBDIRS)'; then \ - list='$(SUBDIRS)'; for subdir in $$list; do \ - $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ - done; \ - fi;