diff options
Diffstat (limited to 'sysdeps/stub')
-rw-r--r-- | sysdeps/stub/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/stub/Makefile.am b/sysdeps/stub/Makefile.am index 2f82cd78..40658586 100644 --- a/sysdeps/stub/Makefile.am +++ b/sysdeps/stub/Makefile.am @@ -1,7 +1,5 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@ -CFLAGS = -Wall -W @CFLAGS@ - lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_la_SOURCES = open.c close.c siglist.c cpu.c mem.c swap.c \ |