summaryrefslogtreecommitdiff
path: root/src/decomp/lang/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/lang/Makefile.am')
-rwxr-xr-xsrc/decomp/lang/Makefile.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/decomp/lang/Makefile.am b/src/decomp/lang/Makefile.am
deleted file mode 100755
index 7dc4e21..0000000
--- a/src/decomp/lang/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-
-noinst_LTLIBRARIES = libdecomplang.la
-
-libdecomplang_la_SOURCES = \
- asm.h asm.c \
- java.h java.c
-
-libdecomplang_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)