summaryrefslogtreecommitdiff
path: root/sysdeps/common
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2008-04-03 16:39:43 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2008-04-03 16:39:43 +0000
commit62c741074ca2f1a3ca94f09afc1e858fbbeb53a7 (patch)
tree5832e11dd502638e42d6f7432434edba60c0932b /sysdeps/common
parent87a80ba43055b107e06cc6614fa73a15e2cc6c94 (diff)
downloadlibgtop-62c741074ca2f1a3ca94f09afc1e858fbbeb53a7.tar.gz
Fixed dist for !linux.
Patch by Petr Salinger <Petr.Salinger@seznam.cz>. Closes #525953. svn path=/trunk/; revision=2729
Diffstat (limited to 'sysdeps/common')
-rw-r--r--sysdeps/common/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysdeps/common/Makefile.am b/sysdeps/common/Makefile.am
index 43cb9e3c..2dc04c60 100644
--- a/sysdeps/common/Makefile.am
+++ b/sysdeps/common/Makefile.am
@@ -3,18 +3,18 @@ INCLUDES = @INCLUDES@
noinst_LTLIBRARIES = libgtop_common-2.0.la libgtop_suid_common-2.0.la
-libgtop_common_2_0_la_SOURCES = error.c gnuslib.c \
- procargs.c \
- default.c
-
if !LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST
- libgtop_common_2_0_la_SOURCES += mountlist.c
+mountlist_src = mountlist.c
endif
if !LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE
- libgtop_common_2_0_la_SOURCES += fsusage.c
+fsusage_src = fsusage.c
endif
+libgtop_common_2_0_la_SOURCES = error.c gnuslib.c \
+ procargs.c \
+ default.c \
+ $(mountlist_src) $(fsusage_src)
# libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS)