summaryrefslogtreecommitdiff
path: root/src/debug/jdwp/misc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/jdwp/misc/Makefile.am')
-rw-r--r--src/debug/jdwp/misc/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/debug/jdwp/misc/Makefile.am b/src/debug/jdwp/misc/Makefile.am
deleted file mode 100644
index aec026d..0000000
--- a/src/debug/jdwp/misc/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-
-noinst_LTLIBRARIES = libdebugjdwpmisc.la
-
-libdebugjdwpmisc_la_SOURCES = \
- header.h header.c \
- id.h id.c \
- location.h location.c \
- types.h types.c
-
-libdebugjdwpmisc_la_LDFLAGS =
-
-
-devdir = $(includedir)/chrysalide/$(subdir:src/%=%)
-
-dev_HEADERS = $(libdebugjdwpmisc_la_SOURCES:%c=)
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)