summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-02-22 01:48:46 +0800
committerRobert Roth <robert.roth.off@gmail.com>2014-04-29 00:14:49 +0300
commit82c28b2ad2170ba6d8a5e825d0ed520e2803b532 (patch)
tree5a08be8f9d81b03763e38487ca5420a4ad52d163 /src
parent05345dc032df3d1bfeacb09aeba9e40183e95373 (diff)
downloadlibgtop-82c28b2ad2170ba6d8a5e825d0ed520e2803b532.tar.gz
src/daemon: remove LINK variable
https://bugzilla.gnome.org/show_bug.cgi?id=724904
Diffstat (limited to 'src')
-rw-r--r--src/daemon/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am
index 4462bb6e..6b5ba5c1 100644
--- a/src/daemon/Makefile.am
+++ b/src/daemon/Makefile.am
@@ -12,8 +12,6 @@
## Martin <martin@home-of-linux.org>
##
-LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
-
INCLUDES = $(LIBGTOP_CFLAGS) @INCLUDES@ -D_BSD \
-DLIBGTOP_COMPILE_SYSTEM="\"`uname -s`\"" \
-DLIBGTOP_COMPILE_RELEASE="\"`uname -r`\"" \