summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/sets/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/jdwp/sets/Makefile.am')
-rw-r--r--src/debug/jdwp/sets/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/debug/jdwp/sets/Makefile.am b/src/debug/jdwp/sets/Makefile.am
deleted file mode 100644
index cc149b7..0000000
--- a/src/debug/jdwp/sets/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-
-noinst_LTLIBRARIES = libdebugjdwpsets.la
-
-libdebugjdwpsets_la_SOURCES = \
- list.h list.c \
- thread.h thread.c \
- vm.h vm.c
-
-libdebugjdwpsets_la_LDFLAGS =
-
-
-devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
-
-dev_HEADERS = $(libdebugjdwpsets_la_SOURCES:%c=)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)