2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
19 lines
507 B
Makefile
19 lines
507 B
Makefile
|
|
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 \
|
|
fsusage.c \
|
|
mountlist.c \
|
|
procargs.c \
|
|
default.c
|
|
|
|
# libgtop_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
libgtop_common_2_0_la_LIBADD = $(LIBGTOP_EXTRA_LIBS)
|
|
|
|
libgtop_suid_common_2_0_la_SOURCES = error.c sysdeps_suid.c
|
|
|
|
# libgtop_suid_common_2_0_la_LDFLAGS = $(LT_VERSION_INFO)
|
|
|