[csw-devel] SF.net SVN: gar:[15252] csw/mgar/pkg/dsh/trunk/Makefile
khabermann at users.sourceforge.net
khabermann at users.sourceforge.net
Wed Aug 3 17:08:59 CEST 2011
Revision: 15252
http://gar.svn.sourceforge.net/gar/?rev=15252&view=rev
Author: khabermann
Date: 2011-08-03 15:08:59 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
dsh: cleanup Makefile (better solution for extra libs, remove unused code)
Modified Paths:
--------------
csw/mgar/pkg/dsh/trunk/Makefile
Modified: csw/mgar/pkg/dsh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dsh/trunk/Makefile 2011-08-03 15:06:49 UTC (rev 15251)
+++ csw/mgar/pkg/dsh/trunk/Makefile 2011-08-03 15:08:59 UTC (rev 15252)
@@ -13,18 +13,8 @@
MASTER_SITES = http://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz
DISTFILES = $(DISTNAME).tar.gz
-# File name regex to get notifications about upstream software releases
-# NOTE: Use this only if the automatic regex creation
-# does not work for your package
-# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-# If the url used to check for software update is different of MASTER_SITES, then
-# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
-# UPSTREAM_MASTER_SITES =
-
# for libintl_gettext, libintl_textdomain, libintl_bindtextdomain
-LIBS += -lintl
-export LIBS
+EXTRA_LINKER_FLAGS = -lintl
CONFIGURE_ARGS = $(DIRPATHS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list