summaryrefslogtreecommitdiff
path: root/src/format/dex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dex/Makefile.am')
-rwxr-xr-xsrc/format/dex/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/format/dex/Makefile.am b/src/format/dex/Makefile.am
deleted file mode 100755
index 28f8e73..0000000
--- a/src/format/dex/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-
-noinst_LTLIBRARIES = libformatdex.la
-
-libformatdex_la_SOURCES = \
- class.h class.c \
- dex-int.h dex-int.c \
- dex.h dex.c \
- dex_def.h \
- loading.h loading.c \
- method.h method.c \
- pool.h pool.c
-
-libformatdex_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)