summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-05-14 08:04:19 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-05-14 08:04:19 +0000
commitda54431af5741c4d4fdd6a1408b8607a65fe4c61 (patch)
tree193badb183b9d6b4f3d644876778b4cb68bfd4a9 /lib
parentace68aa492c805b83711424944693ab05b5d0aeb (diff)
downloadlibgtop-da54431af5741c4d4fdd6a1408b8607a65fe4c61.tar.gz
Fixed dist.LIBGTOP_2_19_2
2007-05-14 Benoît Dejean <benoit@placenet.org> * include/glibtop/Makefile.am: * lib/Makefile.am: Fixed dist. svn path=/trunk/; revision=2583
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 926a5bff..c7efd315 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -7,7 +7,7 @@ libgtop_2_0_la_SOURCES = init.c open.c close.c command.c read.c \
read_data.c write.c lib.c parameter.c \
sysdeps.c
-libgtop_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -export-symbols $(top_builddir)/lib/libgtop.sym
+libgtop_2_0_la_LDFLAGS = $(LT_VERSION_INFO) -export-symbols $(srcdir)/libgtop.sym
libgtop_2_0_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/sysdeps/common/libgtop_common-2.0.la $(top_builddir)/sysdeps/@sysdeps_dir@/libgtop_sysdeps-2.0.la $(sysdeps_suid_lib)
BUILT_SOURCES = lib.c
@@ -16,7 +16,7 @@ lib.c: lib.pl $(top_builddir)/config.h $(top_srcdir)/features.def
$(PERL) $(srcdir)/lib.pl < $(top_srcdir)/features.def > lib-t
mv lib-t lib.c
-EXTRA_DIST = lib.pl
+EXTRA_DIST = lib.pl libgtop.sym
CLEANFILES = lib.c